Home about services products contact login
   com.smardec.asc

Advanced Swing Components

  animatepanel
  autocomplete
  dropdown
  filechooser
  fontchooser
  gradient
  hyperlink
  outlookpanel
  outlookpanel.renderers
  quick
  rotate
  sliderpanel
  spantable
  splashscreen
  statusbar
  table
  table.renderers
  table.wrappers
  tree
  treetable
  util
  xmlbars
  xmlbars.menubar
  xmlbars.toolbar
  xmlbars.toolbar.layouts
com.smardec.asc.animatepanel
Interface AnimateTabHeaderRenderer


public interface AnimateTabHeaderRenderer

Defines the renderer interface for JAnimateTabHeader in JAnimateTab.


Method Summary
java.awt.Component getAnimateTabHeaderRendererComponent(JAnimateTabHeader jAnimateTabHeader, boolean mouseOver, boolean mousePressed)
Returns the component whose paint() method will render the specified tab header.

Method Detail
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 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.
Home about services products contact login