|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ModelEvent>
com.azalient.apo.enums.ModelEvent
public enum ModelEvent
Events fired during open, save and close of models, drawing, and during simulation
| Enum Constant Summary | |
|---|---|
ACTION_SELECTION
Calls: void actionSelection(IDrawing drw) |
|
GENERIC
|
|
PLUGIN_CLOSE
Calls: void pluginClose() |
|
PLUGIN_OPEN
Calls: void pluginOpen() |
|
PLUGIN_SAVE
Calls: void pluginSave() |
|
RESULTS_SAVE
Calls: void resultsSave() |
|
TIME_COMPLETE
Calls: void timeComplete() |
|
TIME_REWIND
Calls: void timeRewind() |
|
TIME_SEC
Calls: void timeSec() |
|
TIME_STEP
Calls: void timeStep() |
|
VIEW_LEGEND
Calls: void viewLegend(IDrawing drw) |
|
VIEW_MODEL
Calls: void viewModel(IDrawing drw) |
|
| Method Summary | |
|---|---|
static ModelEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModelEvent[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 ModelEvent PLUGIN_OPEN
public static final ModelEvent PLUGIN_CLOSE
public static final ModelEvent PLUGIN_SAVE
public static final ModelEvent RESULTS_SAVE
public static final ModelEvent TIME_COMPLETE
public static final ModelEvent TIME_SEC
public static final ModelEvent TIME_STEP
public static final ModelEvent TIME_REWIND
public static final ModelEvent ACTION_SELECTION
public static final ModelEvent VIEW_LEGEND
public static final ModelEvent VIEW_MODEL
public static final ModelEvent GENERIC
| Method Detail |
|---|
public static ModelEvent[] values()
for (ModelEvent c : ModelEvent.values()) System.out.println(c);
public static ModelEvent 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 | |||||||||