|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pushingpixels.trident.callback.TimelineCallbackAdapter
org.pushingpixels.trident.callback.UIThreadTimelineCallbackAdapter
org.pushingpixels.substance.internal.ui.SubstanceTabbedPaneUI.TabRepaintCallback
protected class SubstanceTabbedPaneUI.TabRepaintCallback
Implementation of the fade tracker callback that repaints a single tab.
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 |
onTimelinePulse(float durationFraction,
float timelinePosition)
|
void |
onTimelineStateChanged(org.pushingpixels.trident.Timeline.TimelineState oldState,
org.pushingpixels.trident.Timeline.TimelineState newState,
float durationFraction,
float timelinePosition)
|
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 |
---|
protected javax.swing.JTabbedPane tabbedPane
protected int tabIndex
Constructor Detail |
---|
public SubstanceTabbedPaneUI.TabRepaintCallback(javax.swing.JTabbedPane tabPane, int tabIndex)
tabPane
- The associated tabbed pane.tabIndex
- The associated tab index.Method Detail |
---|
public void onTimelinePulse(float durationFraction, float timelinePosition)
onTimelinePulse
in interface org.pushingpixels.trident.callback.TimelineCallback
onTimelinePulse
in class org.pushingpixels.trident.callback.TimelineCallbackAdapter
public void onTimelineStateChanged(org.pushingpixels.trident.Timeline.TimelineState oldState, org.pushingpixels.trident.Timeline.TimelineState newState, float durationFraction, float timelinePosition)
onTimelineStateChanged
in interface org.pushingpixels.trident.callback.TimelineCallback
onTimelineStateChanged
in class org.pushingpixels.trident.callback.TimelineCallbackAdapter
protected void repaintTab()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |