|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DemoState | |
|---|---|
| de.jdemo.framework | Main framework package containing basic framework classes and interfaces. |
| de.jdemo.framework.state | |
| Uses of DemoState in de.jdemo.framework |
|---|
| Methods in de.jdemo.framework that return DemoState | |
|---|---|
DemoState |
DemoCaseRunnable.getState()
|
DemoState |
IDemoCaseRunnable.getState()
|
| Methods in de.jdemo.framework with parameters of type DemoState | |
|---|---|
protected void |
DemoCaseRunnable.setState(DemoState state)
|
| Uses of DemoState in de.jdemo.framework.state |
|---|
| Methods in de.jdemo.framework.state that return DemoState | |
|---|---|
DemoState |
IDemoStateChangeEvent.getNewState()
|
DemoState |
IDemoStateChangeEvent.getOldState()
|
static DemoState |
DemoState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DemoState[] |
DemoState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in de.jdemo.framework.state with parameters of type DemoState | |
|---|---|
void |
IDemoStateVisitor.visitCrashed(DemoState state)
|
void |
IDemoStateVisitor.visitFinished(DemoState state)
|
void |
IDemoStateVisitor.visitInitial(DemoState state)
|
void |
IDemoStateVisitor.visitRunning(DemoState state)
|
void |
IDemoStateVisitor.visitStarting(DemoState state)
|
| Constructors in de.jdemo.framework.state with parameters of type DemoState | |
|---|---|
IDemoStateChangeEvent(java.lang.Object source,
DemoState oldState,
DemoState newState)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||