public static enum AbstractUIThreadDispatcher.NestedDispatchStrategy extends Enum<AbstractUIThreadDispatcher.NestedDispatchStrategy>
| Enum Constant and Description |
|---|
PROCESS_IMMEDIATELY |
QUEUE |
RESCHEDULE |
| Modifier and Type | Method and Description |
|---|---|
static AbstractUIThreadDispatcher.NestedDispatchStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractUIThreadDispatcher.NestedDispatchStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractUIThreadDispatcher.NestedDispatchStrategy PROCESS_IMMEDIATELY
public static final AbstractUIThreadDispatcher.NestedDispatchStrategy QUEUE
public static final AbstractUIThreadDispatcher.NestedDispatchStrategy RESCHEDULE
public static AbstractUIThreadDispatcher.NestedDispatchStrategy[] values()
for (AbstractUIThreadDispatcher.NestedDispatchStrategy c : AbstractUIThreadDispatcher.NestedDispatchStrategy.values()) System.out.println(c);
public static AbstractUIThreadDispatcher.NestedDispatchStrategy 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 © 2017. All rights reserved.