com.smardec.asc.outlookpanel
Interface OutlookTabHeaderRenderer


public interface OutlookTabHeaderRenderer

Defines the renderer interface for JOutlookTabHeader in JOutlookTab.


Method Summary
 java.awt.Component getOutlookTabHeaderRendererComponent(JOutlookTabHeader jOutlookTabHeader, boolean mouseOver, boolean mousePressed)
          Returns the component whose paint() method will render the specified tab header.
 

Method Detail

getOutlookTabHeaderRendererComponent

public java.awt.Component getOutlookTabHeaderRendererComponent(JOutlookTabHeader jOutlookTabHeader,
                                                               boolean mouseOver,
                                                               boolean mousePressed)
Returns the component whose paint() method will render the specified tab header.

Parameters:
jOutlookTabHeader - the tab header we're painting
mouseOver - indicates that the mouse is over the tab header
mousePressed - indicates that the mouse is pressed on the tab header
Returns:
the component whose paint() method will render the specified tab header.


Copyright © 2003-2005 Smardec. All Rights Reserved.