static enum WorkbenchModel.Components extends Enum<WorkbenchModel.Components> implements InnerComponentEnum
| Enum Constant and Description |
|---|
CONTROLS |
EDITOR |
PROPERTIES |
map| Modifier and Type | Method and Description |
|---|---|
static WorkbenchModel.Components |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbenchModel.Components[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfget, set, set, setpublic static final WorkbenchModel.Components CONTROLS
public static final WorkbenchModel.Components PROPERTIES
public static final WorkbenchModel.Components EDITOR
public static WorkbenchModel.Components[] values()
for (WorkbenchModel.Components c : WorkbenchModel.Components.values()) System.out.println(c);
public static WorkbenchModel.Components 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 nullCopyright © 2011–2015 JRebirth OSS. All rights reserved.