public enum StereoTypes extends Enum<StereoTypes>
| Enum Constant and Description |
|---|
EditorPanel |
Form |
Pages |
Properties |
PullDown |
Todo |
Toolstrip |
| Modifier and Type | Method and Description |
|---|---|
static StereoTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StereoTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoTypes Properties
public static final StereoTypes Form
public static final StereoTypes Toolstrip
public static final StereoTypes EditorPanel
public static final StereoTypes Pages
public static final StereoTypes PullDown
public static final StereoTypes Todo
public static StereoTypes[] values()
for (StereoTypes c : StereoTypes.values()) System.out.println(c);
public static StereoTypes 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 © 2014 JBoss, a division of Red Hat. All rights reserved.