public enum GeOxygeneEventType extends Enum<GeOxygeneEventType>
Modifier and Type | Class and Description |
---|---|
static class |
GeOxygeneEventType.GeOxygeneEventKey |
Enum Constant and Description |
---|
GROOVY_SCRIPT_UPDATED |
HIDE_FUNCTION_GRAPH |
HIDE_GROOVY_CONSOLE |
NEW_GROOVY_BINDING |
NEW_GROOVY_SCRIPT |
SHOW_FUNCTION_GRAPH |
SHOW_GROOVY_CONSOLE |
UPDATE_RENDERING |
Modifier and Type | Method and Description |
---|---|
static GeOxygeneEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeOxygeneEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeOxygeneEventType SHOW_GROOVY_CONSOLE
public static final GeOxygeneEventType HIDE_GROOVY_CONSOLE
public static final GeOxygeneEventType SHOW_FUNCTION_GRAPH
public static final GeOxygeneEventType HIDE_FUNCTION_GRAPH
public static final GeOxygeneEventType NEW_GROOVY_SCRIPT
public static final GeOxygeneEventType NEW_GROOVY_BINDING
public static final GeOxygeneEventType GROOVY_SCRIPT_UPDATED
public static final GeOxygeneEventType UPDATE_RENDERING
public static GeOxygeneEventType[] values()
for (GeOxygeneEventType c : GeOxygeneEventType.values()) System.out.println(c);
public static GeOxygeneEventType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Laboratoire COGIT, IGN. All rights reserved.