public static enum RcpTypes.Widgettype extends java.lang.Enum<RcpTypes.Widgettype>
| Enum Constant and Description |
|---|
BANG |
COLORBOX |
CUSTOM |
DEFAULT |
DIAL |
DIRECTORYCHOOSER |
DROPDOWN |
FILECHOOSER |
INFO |
IP |
LIST |
LISTPAGE |
NUMBERBOX |
PRESS |
RADIOBUTTON |
RANGE |
SLIDER |
SLIDER2D |
TABLE |
TABS |
TEXTBOX |
TOGGLE |
| Modifier and Type | Method and Description |
|---|---|
static RcpTypes.Widgettype |
byId(long id) |
long |
id() |
static RcpTypes.Widgettype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RcpTypes.Widgettype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RcpTypes.Widgettype DEFAULT
public static final RcpTypes.Widgettype CUSTOM
public static final RcpTypes.Widgettype INFO
public static final RcpTypes.Widgettype TEXTBOX
public static final RcpTypes.Widgettype BANG
public static final RcpTypes.Widgettype PRESS
public static final RcpTypes.Widgettype TOGGLE
public static final RcpTypes.Widgettype NUMBERBOX
public static final RcpTypes.Widgettype DIAL
public static final RcpTypes.Widgettype SLIDER
public static final RcpTypes.Widgettype SLIDER2D
public static final RcpTypes.Widgettype RANGE
public static final RcpTypes.Widgettype DROPDOWN
public static final RcpTypes.Widgettype RADIOBUTTON
public static final RcpTypes.Widgettype COLORBOX
public static final RcpTypes.Widgettype TABLE
public static final RcpTypes.Widgettype FILECHOOSER
public static final RcpTypes.Widgettype DIRECTORYCHOOSER
public static final RcpTypes.Widgettype IP
public static final RcpTypes.Widgettype LIST
public static final RcpTypes.Widgettype LISTPAGE
public static final RcpTypes.Widgettype TABS
public static RcpTypes.Widgettype[] values()
for (RcpTypes.Widgettype c : RcpTypes.Widgettype.values()) System.out.println(c);
public static RcpTypes.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 nullpublic long id()
public static RcpTypes.Widgettype byId(long id)