Method Summary |
|
public int | getDelay() Returns the delay, the number of milliseconds between
successive action events. |
public String | getOuterAttrs() |
public boolean | isChildable() Not childable. |
public boolean | isRepeats() Returns whether the timer shall send Event repeatly. |
public boolean | isRunning() Returns whether this timer is running. |
protected Object | newExtraCtrl() |
public void | setDelay(int delay) Sets the delay, the number of milliseconds between
successive action events. |
public void | setRepeats(boolean repeats) Sets whether the timer shall send Event repeatly. |
public void | setRunning(boolean running) Start or stops the timer. |
public boolean | setVisible(boolean visible) Not allowd. |
public void | start() Starts the timer. |
public void | stop() Stops the timer. |