public static enum KnobBase.PropertyKeys extends Enum<KnobBase.PropertyKeys>
Enum Constant and Description |
---|
backgroundColor |
colorTheme |
cursor |
disabled |
foregroundColor |
height |
labelTemplate |
lineCap |
max |
min |
onchange |
showLabel |
step |
styleClass |
thickness |
widgetVar |
width |
Modifier and Type | Method and Description |
---|---|
static KnobBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnobBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnobBase.PropertyKeys widgetVar
public static final KnobBase.PropertyKeys min
public static final KnobBase.PropertyKeys max
public static final KnobBase.PropertyKeys step
public static final KnobBase.PropertyKeys thickness
public static final KnobBase.PropertyKeys width
public static final KnobBase.PropertyKeys height
public static final KnobBase.PropertyKeys foregroundColor
public static final KnobBase.PropertyKeys backgroundColor
public static final KnobBase.PropertyKeys colorTheme
public static final KnobBase.PropertyKeys disabled
public static final KnobBase.PropertyKeys showLabel
public static final KnobBase.PropertyKeys cursor
public static final KnobBase.PropertyKeys labelTemplate
public static final KnobBase.PropertyKeys onchange
public static final KnobBase.PropertyKeys lineCap
public static final KnobBase.PropertyKeys styleClass
public static KnobBase.PropertyKeys[] values()
for (KnobBase.PropertyKeys c : KnobBase.PropertyKeys.values()) System.out.println(c);
public static KnobBase.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 nullCopyright © 2020. All rights reserved.