public enum ShowOperation extends Enum<ShowOperation>
Enum Constant and Description |
---|
ACTIVATE
Activate the GUI component (Output Window).
|
MAKE_VISIBLE
Make the GUI component (Output Window) visible.
|
OPEN
Open the GUI component (Output Window) if it is closed.
|
Modifier and Type | Method and Description |
---|---|
static ShowOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShowOperation OPEN
public static final ShowOperation MAKE_VISIBLE
public static final ShowOperation ACTIVATE
public static ShowOperation[] values()
public static ShowOperation 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