public static enum ViewerRoot.CreationFlags extends Enum<ViewerRoot.CreationFlags>
Enum Constant and Description |
---|
STANDARD_BORDER
Indicates that the main panel should have a line border.
|
Modifier and Type | Method and Description |
---|---|
static ViewerRoot.CreationFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewerRoot.CreationFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewerRoot.CreationFlags STANDARD_BORDER
public static ViewerRoot.CreationFlags[] values()
for (ViewerRoot.CreationFlags c : ViewerRoot.CreationFlags.values()) System.out.println(c);
public static ViewerRoot.CreationFlags 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 null