com.smardec.asc.animatepanel
Interface AnimateTabHeaderRenderer
- public interface AnimateTabHeaderRenderer
Defines the renderer interface for JAnimateTabHeader in JAnimateTab.
getAnimateTabHeaderRendererComponent
public java.awt.Component getAnimateTabHeaderRendererComponent(JAnimateTabHeader jAnimateTabHeader,
boolean mouseOver,
boolean mousePressed)
- Returns the component whose paint() method will render the specified tab header.
- Parameters:
jAnimateTabHeader - 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.