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