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