protected static enum UI.SliderTarget extends java.lang.Enum<UI.SliderTarget>
Enum Constant and Description |
---|
ST_ACCEL |
ST_HIGHLIGHT |
ST_MASK |
Modifier and Type | Method and Description |
---|---|
static UI.SliderTarget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UI.SliderTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UI.SliderTarget ST_ACCEL
public static final UI.SliderTarget ST_HIGHLIGHT
public static final UI.SliderTarget ST_MASK
public static UI.SliderTarget[] values()
for (UI.SliderTarget c : UI.SliderTarget.values()) System.out.println(c);
public static UI.SliderTarget 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 namejava.lang.NullPointerException
- if the argument is null