|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum
eu.hansolo.custom.GlobalTimer
public enum GlobalTimer extends Enum
| Enum Constant Summary | |
|---|---|
INSTANCE
|
|
| Field Summary | |
|---|---|
private static ActionEvent |
FLIP_EVENT
@author hansolo |
private static ActionEvent |
FLIP_SEQUENCE_EVENT
|
private Set |
componentSet
|
private int |
currentSequence
|
private Timer |
flipSequenceTimer
|
private Timer |
flipTimer
|
| Method Summary | |
|---|---|
void
|
actionPerformed(ActionEvent event)
|
void
|
addComponent(FlipChar component)
|
void
|
removeComponent(FlipChar component)
|
void
|
startTimer()
|
void
|
stopTimer()
|
GlobalTimer
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
GlobalTimer[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Enum | |
|---|---|
| name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
GlobalTimer INSTANCE
| Field Detail |
|---|
private static final ActionEvent FLIP_EVENT
private static final ActionEvent FLIP_SEQUENCE_EVENT
private Set componentSet
private int currentSequence
private Timer flipSequenceTimer
private Timer flipTimer
| Method Detail |
|---|
@Override public void actionPerformed(ActionEvent event)
public void addComponent(FlipChar component)
public void removeComponent(FlipChar component)
public void startTimer()
public void stopTimer()
GlobalTimer valueOf(String name)
GlobalTimer[] values()
Groovy Documentation