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