Package | Description |
---|---|
sk.stuba.fiit.perconik.eclipse.core.commands |
Extension to the
org.eclipse.core.commands package
of the Eclipse Platform. |
Modifier and Type | Method and Description |
---|---|
CommandExecutionState |
CommandExecutionStateHandler.getState() |
static CommandExecutionState |
CommandExecutionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandExecutionState[] |
CommandExecutionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CommandExecutionStateHandler.compareAndTransit(CommandExecutionState expect,
CommandExecutionState state) |
boolean |
CommandExecutionStateHandler.compareAndTransitOnMatch(java.lang.String identifier,
CommandExecutionState expect,
CommandExecutionState state) |
void |
CommandExecutionStateHandler.transit(CommandExecutionState state) |
void |
CommandExecutionStateHandler.transitOnMatch(java.lang.String identifier,
CommandExecutionState state) |