|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IActionProvider.Actions>
com.github.croesch.micro_debug.gui.actions.api.IActionProvider.Actions
public static enum IActionProvider.Actions
Provides an enumeration of actions to control the debugger.
| Enum Constant Summary | |
|---|---|
ABOUT
action to visualize the about frame |
|
EXIT
the action to quit the program |
|
HELP
the action to show the help frame |
|
INTERRUPT
the action to interrupt the running processor |
|
MICRO_STEP
the action to perform a micro step |
|
RESET
the action to reset the processor |
|
RUN
the action to run the debugger |
|
STEP
the action to perform a macro step |
|
| Method Summary | |
|---|---|
static IActionProvider.Actions |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IActionProvider.Actions[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IActionProvider.Actions ABOUT
public static final IActionProvider.Actions EXIT
public static final IActionProvider.Actions HELP
public static final IActionProvider.Actions MICRO_STEP
public static final IActionProvider.Actions RESET
public static final IActionProvider.Actions RUN
public static final IActionProvider.Actions STEP
public static final IActionProvider.Actions INTERRUPT
| Method Detail |
|---|
public static IActionProvider.Actions[] values()
for (IActionProvider.Actions c : IActionProvider.Actions.values()) System.out.println(c);
public static IActionProvider.Actions valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||