public static enum EditorLoadSettings.Event extends java.lang.Enum<EditorLoadSettings.Event>
| Enum Constant and Description |
|---|
PREVIEW_IMAGE_READY |
SOURCE_IMAGE |
SOURCE_IMAGE_INFO |
STATE_INVALID |
STATE_REVERTED |
| Modifier and Type | Method and Description |
|---|---|
static EditorLoadSettings.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditorLoadSettings.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorLoadSettings.Event STATE_REVERTED
public static final EditorLoadSettings.Event STATE_INVALID
public static final EditorLoadSettings.Event SOURCE_IMAGE
public static final EditorLoadSettings.Event SOURCE_IMAGE_INFO
public static final EditorLoadSettings.Event PREVIEW_IMAGE_READY
public static EditorLoadSettings.Event[] values()
for (EditorLoadSettings.Event c : EditorLoadSettings.Event.values()) System.out.println(c);
public static EditorLoadSettings.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