public static enum LayerListSettings.Event extends java.lang.Enum<LayerListSettings.Event>
| Enum Constant and Description |
|---|
ADD_LAYER |
BRING_TO_FRONT |
LAYER_LIST |
REMOVE_LAYER |
SELECTED_LAYER |
STATE_INVALID |
STATE_REVERTED |
| Modifier and Type | Method and Description |
|---|---|
static LayerListSettings.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayerListSettings.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayerListSettings.Event STATE_REVERTED
public static final LayerListSettings.Event STATE_INVALID
public static final LayerListSettings.Event ADD_LAYER
public static final LayerListSettings.Event LAYER_LIST
public static final LayerListSettings.Event REMOVE_LAYER
public static final LayerListSettings.Event SELECTED_LAYER
public static final LayerListSettings.Event BRING_TO_FRONT
public static LayerListSettings.Event[] values()
for (LayerListSettings.Event c : LayerListSettings.Event.values()) System.out.println(c);
public static LayerListSettings.Event 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 namejava.lang.NullPointerException - if the argument is null