|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IconIdentifier>
fr.lifl.jedi.gui.control.graphicalControl.view.IconIdentifier
public enum IconIdentifier
Enumeration used to keep a reference on the name associated with every different
icons of the GraphicalSimulationControlGUI.
| JEDI V 2.2 |
| Created the 3 avr. 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_DISABLED_ICON
The icon displayed by the "Abort" button when the simulation is either not initialized, or has finished or has ended. |
|
ABORT_ICON
The icon displayed by the "Abort" button when the simulation is currently running or paused. |
|
INIT_DISABLED_ICON
The icon displayed by the "Initialization" button when the simulation is currently paused or running. |
|
INIT_ICON
The icon displayed by the "Initialization" button when the simulation is not initialized, or has finished or has ended. |
|
PAUSE_ICON
The icon displayed by the "Pause" button when the simulation is currently running. |
|
RUN_DISABLED_ICON
The icon displayed by the "Run" button when the simulation is either not initialized, or has finished or has ended. |
|
RUN_ICON
The icon displayed by the "Run" button when the simulation is initialized by not running. |
|
SINGLE_STEP_DISABLED_ICON
The icon displayed by the "Single step" button when the simulation is either not initialized, or has finished, or has ended, or is currently running. |
|
SINGLE_STEP_ICON
The icon displayed by the "Single step" button when the simulation is either initialized, or is paused. |
|
| Method Summary | |
|---|---|
static IconIdentifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IconIdentifier[] |
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 IconIdentifier RUN_ICON
public static final IconIdentifier RUN_DISABLED_ICON
public static final IconIdentifier INIT_ICON
public static final IconIdentifier INIT_DISABLED_ICON
public static final IconIdentifier PAUSE_ICON
public static final IconIdentifier ABORT_ICON
public static final IconIdentifier ABORT_DISABLED_ICON
public static final IconIdentifier SINGLE_STEP_ICON
public static final IconIdentifier SINGLE_STEP_DISABLED_ICON
| Method Detail |
|---|
public static IconIdentifier[] values()
for (IconIdentifier c : IconIdentifier.values()) System.out.println(c);
public static IconIdentifier 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 | |||||||||