|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SliderSpecifier.TextOption>
uk.ac.starlink.ttools.plot2.config.SliderSpecifier.TextOption
public static enum SliderSpecifier.TextOption
Specifies whether and how a text display field should appear alongside the slider for user entry.
Enum Constant Summary | |
---|---|
ENTER
Text display option provided without echo. |
|
ENTER_ECHO
Text display option provided with echo. |
|
NONE
No text display field. |
Method Summary | |
---|---|
static SliderSpecifier.TextOption |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SliderSpecifier.TextOption[] |
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 SliderSpecifier.TextOption NONE
public static final SliderSpecifier.TextOption ENTER
public static final SliderSpecifier.TextOption ENTER_ECHO
Method Detail |
---|
public static final SliderSpecifier.TextOption[] values()
for(SliderSpecifier.TextOption c : SliderSpecifier.TextOption.values()) System.out.println(c);
public static SliderSpecifier.TextOption 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |