|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.tools.TimerTarget
public class TimerTarget
Internal implementation detail: we happen to use javax.swing.Timer currently, which sends its timing events to an ActionListener. This internal private class is our ActionListener that traps these calls and forwards them to the TimingController.timingEvent() method.
Field Summary | |
---|---|
java.awt.Image[] |
byGifPictures
The progressbar pictures. |
Constructor Summary | |
---|---|
TimerTarget()
Create a new instance of this class. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
resetCounter()
Reset counter |
void |
saveSettings()
Save editable string settings of timer. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.awt.Image[] byGifPictures
Constructor Detail |
---|
public TimerTarget()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void resetCounter()
public void saveSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |