com.smardec.asc.outlookpanel
Interface OutlookButtonRenderer

All Known Implementing Classes:
DefaultOutlookButtonRenderer

public interface OutlookButtonRenderer

Defines the renderer interface for JOutlookButton in JOutlookTab.


Method Summary
 java.awt.Component getOutlookButtonRendererComponent(JOutlookButton jOutlookButton, boolean mouseOver, boolean mousePressed)
          Returns the component whose paint() method will render the specified button.
 

Method Detail

getOutlookButtonRendererComponent

public java.awt.Component getOutlookButtonRendererComponent(JOutlookButton jOutlookButton,
                                                            boolean mouseOver,
                                                            boolean mousePressed)
Returns the component whose paint() method will render the specified button.

Parameters:
jOutlookButton - the button 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 button.


Copyright © 2003-2006 Smardec. All Rights Reserved.