|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.statcato.utils.SetStatusTimer
public class SetStatusTimer
A timer for setting a status label.
Constructor Summary | |
---|---|
SetStatusTimer(javax.swing.JLabel statusLabel,
java.lang.String newStatus,
int seconds)
Constructor. |
Method Summary | |
---|---|
void |
cancelTimer()
Cancels the timer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetStatusTimer(javax.swing.JLabel statusLabel, java.lang.String newStatus, int seconds)
status
- status JLabelseconds
- number of seconds in which the clearing action will be
performedMethod Detail |
---|
public void cancelTimer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |