protected static enum RangeSlider.PropertyKeys extends Enum<RangeSlider.PropertyKeys>
Enum Constant and Description |
---|
highlight |
style |
styleClass |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static RangeSlider.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeSlider.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeSlider.PropertyKeys style
public static final RangeSlider.PropertyKeys styleClass
public static final RangeSlider.PropertyKeys highlight
public static RangeSlider.PropertyKeys[] values()
for (RangeSlider.PropertyKeys c : RangeSlider.PropertyKeys.values()) System.out.println(c);
public static RangeSlider.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<RangeSlider.PropertyKeys>
Copyright © 2016. All rights reserved.