|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.Timer
org.jcreme.swing.table.colormodel.ChangeHighlightingColorModel.ChangeTimer
This class enables to keep track of the event that has to be timed out.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.Timer |
|
| Field Summary | |
protected javax.swing.event.TableModelEvent |
event
The event that reported a change we want to time out. |
| Fields inherited from class javax.swing.Timer |
listenerList |
| Constructor Summary | |
ChangeHighlightingColorModel.ChangeTimer(javax.swing.event.TableModelEvent e,
int delay,
java.awt.event.ActionListener listener)
Creates a ChangeTimer. |
|
| Method Summary | |
javax.swing.event.TableModelEvent |
getEvent()
Gives access to the event that triggered this timer. |
| Methods inherited from class javax.swing.Timer |
addActionListener, fireActionPerformed, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.swing.event.TableModelEvent event
| Constructor Detail |
public ChangeHighlightingColorModel.ChangeTimer(javax.swing.event.TableModelEvent e,
int delay,
java.awt.event.ActionListener listener)
e - the event to time out.delay - the time out period.listener - the listener that will time the event out.| Method Detail |
public javax.swing.event.TableModelEvent getEvent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||