Class SubstanceTableUI.RowRepaintCallback
java.lang.Object
org.pushingpixels.trident.callback.TimelineCallbackAdapter
org.pushingpixels.trident.callback.UIThreadTimelineCallbackAdapter
org.pushingpixels.substance.internal.ui.SubstanceTableUI.RowRepaintCallback
- All Implemented Interfaces:
org.pushingpixels.trident.callback.TimelineCallback
- Enclosing class:
- SubstanceTableUI
protected class SubstanceTableUI.RowRepaintCallback
extends org.pushingpixels.trident.callback.UIThreadTimelineCallbackAdapter
Repaints a single row during the fade animation cycle.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRowRepaintCallback(JTable table, int rowIndex) Creates a new animation repaint callback. -
Method Summary
Modifier and TypeMethodDescriptionvoidonTimelinePulse(float durationFraction, float timelinePosition) voidonTimelineStateChanged(org.pushingpixels.trident.Timeline.TimelineState oldState, org.pushingpixels.trident.Timeline.TimelineState newState, float durationFraction, float timelinePosition)
-
Field Details
-
table
Associated table. -
rowIndex
protected int rowIndexAssociated (animated) row index.
-
-
Constructor Details
-
RowRepaintCallback
Creates a new animation repaint callback.- Parameters:
table- Associated table.rowIndex- Associated (animated) row index.
-
-
Method Details
-
onTimelinePulse
public void onTimelinePulse(float durationFraction, float timelinePosition) - Specified by:
onTimelinePulsein interfaceorg.pushingpixels.trident.callback.TimelineCallback- Overrides:
onTimelinePulsein classorg.pushingpixels.trident.callback.TimelineCallbackAdapter
-
onTimelineStateChanged
public void onTimelineStateChanged(org.pushingpixels.trident.Timeline.TimelineState oldState, org.pushingpixels.trident.Timeline.TimelineState newState, float durationFraction, float timelinePosition) - Specified by:
onTimelineStateChangedin interfaceorg.pushingpixels.trident.callback.TimelineCallback- Overrides:
onTimelineStateChangedin classorg.pushingpixels.trident.callback.TimelineCallbackAdapter
-