|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NavMode>
com.ehsbe.commons.gui.wizard.NavMode
public enum NavMode
Navigation modes supported by Wizards.
Enum Constant Summary | |
---|---|
BACK
Indicate that one may go back to the previous page. |
|
CANCEL
Indicate that one may cancel the wizard. |
|
FINISH
Indicate that one may finish the wizard. |
|
FORWARD
Indicate that one may go to the next page. |
|
HELP
Indicate that help for the currently shown page is available. |
Method Summary | |
---|---|
static NavMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NavMode[] |
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 NavMode HELP
public static final NavMode BACK
public static final NavMode FORWARD
public static final NavMode CANCEL
public static final NavMode FINISH
Method Detail |
---|
public static NavMode[] values()
for (NavMode c : NavMode.values()) System.out.println(c);
public static NavMode 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
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |