|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttico.interpreter.TInterpreterActionSet
public class TInterpreterActionSet
Map of actions that can be done to an interpreter.
Field Summary | |
---|---|
static java.lang.String |
CONTROLLER_BUTTON_ACTION
|
static java.lang.String |
INTERPRETER_ABOUT
|
static java.lang.String |
INTERPRETER_EXIT_ACTION
The TInterpreterExitAction id |
static java.lang.String |
INTERPRETER_LANGUAJES
|
static java.lang.String |
INTERPRETER_OPTIONS
|
static java.lang.String |
INTERPRETER_PRINT_ACTION
|
static java.lang.String |
INTERPRETER_READ
|
static java.lang.String |
INTERPRETER_RUN
|
static java.lang.String |
INTERPRETER_STOP
|
static java.lang.String |
INTERPRETER_UNDO
|
static java.lang.String |
INTERPRETER_UNDO_ALL
|
static java.lang.String |
INTERPRETER_VALIDATION
|
static java.lang.String |
PROJECT_OPEN_ACTION
The TProjectOpenAction id |
Constructor Summary | |
---|---|
TInterpreterActionSet(TInterpreter interpreter)
Creates a new TInterpreterActionSet for the specified
interpreter with all the possible actions. |
Method Summary | |
---|---|
javax.swing.Action |
getAction(java.lang.String actionId)
Returns the action with the specified
actionId . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INTERPRETER_EXIT_ACTION
TInterpreterExitAction
id
public static final java.lang.String PROJECT_OPEN_ACTION
TProjectOpenAction
id
public static final java.lang.String INTERPRETER_ABOUT
public static final java.lang.String INTERPRETER_RUN
public static final java.lang.String INTERPRETER_STOP
public static final java.lang.String INTERPRETER_LANGUAJES
public static final java.lang.String INTERPRETER_OPTIONS
public static final java.lang.String INTERPRETER_READ
public static final java.lang.String INTERPRETER_PRINT_ACTION
public static final java.lang.String CONTROLLER_BUTTON_ACTION
public static final java.lang.String INTERPRETER_UNDO
public static final java.lang.String INTERPRETER_UNDO_ALL
public static final java.lang.String INTERPRETER_VALIDATION
Constructor Detail |
---|
public TInterpreterActionSet(TInterpreter interpreter)
TInterpreterActionSet
for the specified
interpreter
with all the possible actions.
interpreter
- The specified interpreter
Method Detail |
---|
public javax.swing.Action getAction(java.lang.String actionId)
action
with the specified
actionId
.
actionId
- The specified actionId
action
with the specified
actionId
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |