|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ChangeJobTypeDialog.DialogResult> org.bibalex.daf.managers.phase.ChangeJobTypeDialog.DialogResult
public static enum ChangeJobTypeDialog.DialogResult
Holds the result of closing a dialog.
Enum Constant Summary | |
---|---|
Cancel
The dialog has been closed via Cancel button. |
|
None
The dialog has been closed via Close button or not closed yet. This is the default DialogResult. |
|
OK
The dialog has been closed via OK button. |
Method Summary | |
---|---|
static ChangeJobTypeDialog.DialogResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChangeJobTypeDialog.DialogResult[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ChangeJobTypeDialog.DialogResult OK
public static final ChangeJobTypeDialog.DialogResult Cancel
public static final ChangeJobTypeDialog.DialogResult None
Method Detail |
---|
public static final ChangeJobTypeDialog.DialogResult[] values()
for(ChangeJobTypeDialog.DialogResult c : ChangeJobTypeDialog.DialogResult.values()) System.out.println(c);
public static ChangeJobTypeDialog.DialogResult 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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |