static enum RenderThemeImpl.WidgetType extends java.lang.Enum<RenderThemeImpl.WidgetType>
Enum Constant and Description |
---|
BUTTON |
CHECKBOX |
MENULIST |
MENULISTBUTTON |
METER |
PROGRESSBAR |
RADIOBUTTON |
SCROLLBAR |
SLIDER |
TEXTFIELD |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.Integer,RenderThemeImpl.WidgetType> |
map |
private int |
value |
Modifier and Type | Method and Description |
---|---|
private static RenderThemeImpl.WidgetType |
convert(int index) |
static RenderThemeImpl.WidgetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderThemeImpl.WidgetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderThemeImpl.WidgetType TEXTFIELD
public static final RenderThemeImpl.WidgetType BUTTON
public static final RenderThemeImpl.WidgetType CHECKBOX
public static final RenderThemeImpl.WidgetType RADIOBUTTON
public static final RenderThemeImpl.WidgetType MENULIST
public static final RenderThemeImpl.WidgetType MENULISTBUTTON
public static final RenderThemeImpl.WidgetType SLIDER
public static final RenderThemeImpl.WidgetType PROGRESSBAR
public static final RenderThemeImpl.WidgetType METER
public static final RenderThemeImpl.WidgetType SCROLLBAR
private static final java.util.HashMap<java.lang.Integer,RenderThemeImpl.WidgetType> map
private final int value
public static RenderThemeImpl.WidgetType[] values()
for (RenderThemeImpl.WidgetType c : RenderThemeImpl.WidgetType.values()) System.out.println(c);
public static RenderThemeImpl.WidgetType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullprivate static RenderThemeImpl.WidgetType convert(int index)