|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EditSitePane.EditState>
org.crosswire.bibledesktop.book.install.EditSitePane.EditState
private static enum EditSitePane.EditState
An EditState give the possible states that an editor can be in.
Enum Constant Summary | |
---|---|
DISPLAY
The state is viewing a site |
|
EDIT_ERROR
The state is editing a site (syntactically invalid) |
|
EDIT_OK
The state is editing a site (syntactically valid) |
Method Summary | |
---|---|
static EditSitePane.EditState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EditSitePane.EditState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EditSitePane.EditState DISPLAY
public static final EditSitePane.EditState EDIT_OK
public static final EditSitePane.EditState EDIT_ERROR
Method Detail |
---|
public static EditSitePane.EditState[] values()
for (EditSitePane.EditState c : EditSitePane.EditState.values()) System.out.println(c);
public static EditSitePane.EditState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
Copyright ยจ 2003-2015 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |