public static enum MarvinPluginWindowComponent.ComponentType extends java.lang.Enum<MarvinPluginWindowComponent.ComponentType>
Enum Constant and Description |
---|
COMPONENT_CHECKBOX |
COMPONENT_COMBOBOX |
COMPONENT_IMAGE |
COMPONENT_LABEL |
COMPONENT_MATRIX_PANEL |
COMPONENT_SLIDER |
COMPONENT_TEXTAREA |
COMPONENT_TEXTFIELD |
Modifier and Type | Method and Description |
---|---|
static MarvinPluginWindowComponent.ComponentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarvinPluginWindowComponent.ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_TEXTFIELD
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_SLIDER
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_COMBOBOX
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_LABEL
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_IMAGE
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_TEXTAREA
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_CHECKBOX
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_MATRIX_PANEL
public static MarvinPluginWindowComponent.ComponentType[] values()
for (MarvinPluginWindowComponent.ComponentType c : MarvinPluginWindowComponent.ComponentType.values()) System.out.println(c);
public static MarvinPluginWindowComponent.ComponentType 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