org.jvnet.substance
Class SubstanceTabbedPaneUI.TabRepaintCallback

java.lang.Object
  extended by org.jvnet.substance.SubstanceTabbedPaneUI.TabRepaintCallback
All Implemented Interfaces:
org.jvnet.lafwidget.animation.FadeTrackerCallback
Enclosing class:
SubstanceTabbedPaneUI

protected class SubstanceTabbedPaneUI.TabRepaintCallback
extends java.lang.Object
implements org.jvnet.lafwidget.animation.FadeTrackerCallback

Implementation of the fade tracker callback that repaints a single tab.

Author:
Kirill Grouchnikov

Field Summary
protected  javax.swing.JTabbedPane tabbedPane
          The associated tabbed pane.
protected  int tabIndex
          The associated tab index.
 
Constructor Summary
SubstanceTabbedPaneUI.TabRepaintCallback(javax.swing.JTabbedPane tabPane, int tabIndex)
          Creates new tab repaint callback.
 
Method Summary
 void fadeEnded(org.jvnet.lafwidget.animation.FadeKind fadeKind)
           
 void fadePerformed(org.jvnet.lafwidget.animation.FadeKind fadeKind, float fade10)
           
 void fadeReversed(org.jvnet.lafwidget.animation.FadeKind fadeKind, boolean isFadingIn, float fadeCycle10)
           
protected  void repaintTab()
          Repaints the relevant tab.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tabbedPane

protected javax.swing.JTabbedPane tabbedPane
The associated tabbed pane.


tabIndex

protected int tabIndex
The associated tab index.

Constructor Detail

SubstanceTabbedPaneUI.TabRepaintCallback

public SubstanceTabbedPaneUI.TabRepaintCallback(javax.swing.JTabbedPane tabPane,
                                                int tabIndex)
Creates new tab repaint callback.

Parameters:
tabPane - The associated tabbed pane.
tabIndex - The associated tab index.
Method Detail

fadePerformed

public void fadePerformed(org.jvnet.lafwidget.animation.FadeKind fadeKind,
                          float fade10)
Specified by:
fadePerformed in interface org.jvnet.lafwidget.animation.FadeTrackerCallback

fadeEnded

public void fadeEnded(org.jvnet.lafwidget.animation.FadeKind fadeKind)
Specified by:
fadeEnded in interface org.jvnet.lafwidget.animation.FadeTrackerCallback

fadeReversed

public void fadeReversed(org.jvnet.lafwidget.animation.FadeKind fadeKind,
                         boolean isFadingIn,
                         float fadeCycle10)
Specified by:
fadeReversed in interface org.jvnet.lafwidget.animation.FadeTrackerCallback

repaintTab

protected void repaintTab()
Repaints the relevant tab.