|
|||||||||
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.SubstanceTableUI.CellRepaintCallback
protected class SubstanceTableUI.CellRepaintCallback
Repaints a single cell during the fade animation cycle.
Field Summary | |
---|---|
protected int |
columnIndex
Associated (animated) column index. |
protected int |
rowIndex
Associated (animated) row index. |
protected javax.swing.JTable |
table
Associated table. |
Constructor Summary | |
---|---|
SubstanceTableUI.CellRepaintCallback(javax.swing.JTable table,
int rowIndex,
int columnIndex)
Creates a new animation 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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.swing.JTable table
protected int rowIndex
protected int columnIndex
Constructor Detail |
---|
public SubstanceTableUI.CellRepaintCallback(javax.swing.JTable table, int rowIndex, int columnIndex)
table
- Associated table.rowIndex
- Associated (animated) row index.columnIndex
- Associated (animated) column 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |