|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GraphicalSimulationControlGUIEvents>
fr.lifl.jedi.gui.control.graphicalControl.controller.GraphicalSimulationControlGUIEvents
public enum GraphicalSimulationControlGUIEvents
This enumeration defines all the events sent by the GraphicalSimulationControlGUI view to the GraphicalSimulationControlGUIController controller.
JEDI V 2.2 |
Created the 2nd april 2009 |
Modified the 5th may 2009 |
Yoann Kubera |
SMAC Team (Systèmes Multi-Agents et Comportement) |
LIFL (Laboratoire d'Informatique Fondamentale de Lille) |
University of Lille, France |
Enum Constant Summary | |
---|---|
ABORT_BUTTON_CLIC
Event sent by the GraphicalSimulationControlGUI whenever the "Abort" button is selected. |
|
CLOSE_REQUEST
Event sent whenever the close button is pressed. |
|
INITIALIZE_BUTTON_CLIC
Event sent by the GraphicalSimulationControlGUI whenever the "Initialize" button is selected. |
|
RUN_PAUSE_BUTTON_CLIC
Event sent by the GraphicalSimulationControlGUI whenever the "Run", "Resume" or "Pause" button is selected. |
|
STEP_ONCE_BUTTON_CLIC
Event sent by the GraphicalSimulationControlGUI whenever the "Step Once" button is selected. |
|
TEMPO_BAR_CHANGE
Event sent whenever the bar that defines the minimum time required to run a simulation step. |
Method Summary | |
---|---|
static GraphicalSimulationControlGUIEvents |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GraphicalSimulationControlGUIEvents[] |
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 GraphicalSimulationControlGUIEvents INITIALIZE_BUTTON_CLIC
public static final GraphicalSimulationControlGUIEvents ABORT_BUTTON_CLIC
public static final GraphicalSimulationControlGUIEvents RUN_PAUSE_BUTTON_CLIC
public static final GraphicalSimulationControlGUIEvents STEP_ONCE_BUTTON_CLIC
public static final GraphicalSimulationControlGUIEvents TEMPO_BAR_CHANGE
public static final GraphicalSimulationControlGUIEvents CLOSE_REQUEST
Method Detail |
---|
public static GraphicalSimulationControlGUIEvents[] values()
for (GraphicalSimulationControlGUIEvents c : GraphicalSimulationControlGUIEvents.values()) System.out.println(c);
public static GraphicalSimulationControlGUIEvents valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |