protected static enum Dialog.DialogState extends Enum<Dialog.DialogState>
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doCancel(Dialog<?> dialog) |
static Dialog.DialogState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialog.DialogState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dialog.DialogState OPEN
public static final Dialog.DialogState CANCELLED
public static final Dialog.DialogState ACCEPTED
public static Dialog.DialogState[] values()
for (Dialog.DialogState c : Dialog.DialogState.values()) System.out.println(c);
public static Dialog.DialogState 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 nullprotected abstract void doCancel(Dialog<?> dialog)
Copyright © 2015 Uqbar Project. All rights reserved.