java.io.Serializable
, java.lang.Comparable<TMSchema.Control>
public static enum TMSchema.Control extends java.lang.Enum<TMSchema.Control>
Enum Constant | Description |
---|---|
BUTTON |
|
COMBOBOX |
|
EDIT |
|
EXPLORERBAR |
|
HEADER |
|
LISTBOX |
|
LISTVIEW |
|
MENU |
|
PROGRESS |
|
REBAR |
|
SCROLLBAR |
|
SPIN |
|
TAB |
|
TOOLBAR |
|
TRACKBAR |
|
TREEVIEW |
|
WINDOW |
Modifier and Type | Method | Description |
---|---|---|
static TMSchema.Control |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TMSchema.Control[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TMSchema.Control BUTTON
public static final TMSchema.Control COMBOBOX
public static final TMSchema.Control EDIT
public static final TMSchema.Control HEADER
public static final TMSchema.Control LISTBOX
public static final TMSchema.Control LISTVIEW
public static final TMSchema.Control MENU
public static final TMSchema.Control PROGRESS
public static final TMSchema.Control REBAR
public static final TMSchema.Control SCROLLBAR
public static final TMSchema.Control SPIN
public static final TMSchema.Control TAB
public static final TMSchema.Control TOOLBAR
public static final TMSchema.Control TRACKBAR
public static final TMSchema.Control TREEVIEW
public static final TMSchema.Control WINDOW
public static final TMSchema.Control EXPLORERBAR
public static TMSchema.Control[] values()
for (TMSchema.Control c : TMSchema.Control.values()) System.out.println(c);
public static TMSchema.Control 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 null