|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.lafwidget.animation.FadeTrackerAdapter
org.jvnet.substance.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 |
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)
|
| 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 fadeEnded(org.jvnet.lafwidget.animation.FadeKind fadeKind)
fadeEnded in interface org.jvnet.lafwidget.animation.FadeTrackerCallbackfadeEnded in class org.jvnet.lafwidget.animation.FadeTrackerAdapter
public void fadePerformed(org.jvnet.lafwidget.animation.FadeKind fadeKind,
float fade10)
fadePerformed in interface org.jvnet.lafwidget.animation.FadeTrackerCallbackfadePerformed in class org.jvnet.lafwidget.animation.FadeTrackerAdapter
public void fadeReversed(org.jvnet.lafwidget.animation.FadeKind fadeKind,
boolean isFadingIn,
float fadeCycle10)
fadeReversed in interface org.jvnet.lafwidget.animation.FadeTrackerCallbackfadeReversed in class org.jvnet.lafwidget.animation.FadeTrackerAdapter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||