public static enum SliderMenu.SelectionBehavior extends Enum<SliderMenu.SelectionBehavior>
| Enum Constant and Description |
|---|
BackgroundWhenSelected |
Default |
OnlyBackground |
OnlyHandler |
| Modifier and Type | Method and Description |
|---|---|
static SliderMenu.SelectionBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SliderMenu.SelectionBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SliderMenu.SelectionBehavior BackgroundWhenSelected
public static final SliderMenu.SelectionBehavior Default
public static final SliderMenu.SelectionBehavior OnlyBackground
public static final SliderMenu.SelectionBehavior OnlyHandler
public static SliderMenu.SelectionBehavior[] values()
for (SliderMenu.SelectionBehavior c : SliderMenu.SelectionBehavior.values()) System.out.println(c);
public static SliderMenu.SelectionBehavior valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012-2013. All Rights Reserved.