com.smardec.asc.outlookpanel
Interface OutlookTabHeaderRenderer
- public interface OutlookTabHeaderRenderer
Defines the renderer interface for JOutlookTabHeader in JOutlookTab.
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 paintingmouseOver - indicates that the mouse is over the tab headermousePressed - indicates that the mouse is pressed on the tab header
- Returns:
- the component whose paint() method will render the specified tab header.
Copyright © 2003-2006 Smardec. All Rights Reserved.