public static enum Dialog.ModalExclusionType extends Enum<Dialog.ModalExclusionType>
| Enum Constant and Description |
|---|
APPLICATION_EXCLUDE |
NO_EXCLUDE |
TOOLKIT_EXCLUDE |
| Modifier and Type | Method and Description |
|---|---|
static Dialog.ModalExclusionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialog.ModalExclusionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dialog.ModalExclusionType APPLICATION_EXCLUDE
public static final Dialog.ModalExclusionType NO_EXCLUDE
public static final Dialog.ModalExclusionType TOOLKIT_EXCLUDE
public static Dialog.ModalExclusionType[] values()
for (Dialog.ModalExclusionType c : Dialog.ModalExclusionType.values()) System.out.println(c);
public static Dialog.ModalExclusionType 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 null