com.smardec.asc.outlookpanel
Interface OutlookScrollButtonRenderer
- All Known Implementing Classes:
- DefaultOutlookScrollButtonRenderer
- public interface OutlookScrollButtonRenderer
Defines the renderer interface for outlook scroll button in JOutlookTab
.
Method Summary |
java.awt.Component |
getOutlookButtonRendererComponent(javax.swing.JButton jOutlookButton,
boolean mouseOver,
boolean mousePressed)
Returns the component whose paint() method will render the specified button. |
getOutlookButtonRendererComponent
public java.awt.Component getOutlookButtonRendererComponent(javax.swing.JButton jOutlookButton,
boolean mouseOver,
boolean mousePressed)
- Returns the component whose paint() method will render the specified button.
- Parameters:
jOutlookButton
- the button 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 button.
Copyright © 2003-2005 Smardec. All Rights Reserved.