public static class CommandManager.State extends EnumeratedType
EnumeratedType
,
Serialized FormModifier and Type | Field and Description |
---|---|
static CommandManager.State |
CLEARING
The command manager is clearing its list of commands.
|
static CommandManager.State |
EXECUTING
The command manager is executing a command.
|
static CommandManager.State |
FLUSHING
The command manager is flushing down to a command
|
static CommandManager.State |
IDLE
The command manager is idle.
|
static CommandManager.State |
REDOING
The command manager is redoing a command.
|
static CommandManager.State |
UNDOING
The command manager is undoing a command.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
getValues()
Retrieves the list of constants for this enumerated type.
|
equals, getName, getOrdinal, hashCode, readResolve, toString
public static final CommandManager.State CLEARING
public static final CommandManager.State EXECUTING
public static final CommandManager.State IDLE
public static final CommandManager.State REDOING
public static final CommandManager.State UNDOING
public static final CommandManager.State FLUSHING
protected java.util.List getValues()
getValues
in class EnumeratedType
EnumeratedType.getValues()