public static enum Line.ShowVisibilityType extends Enum<Line.ShowVisibilityType>
show
,
ShowOpenType
Enum Constant and Description |
---|
FOCUS
front editor component to become visible and activates/focuses it.
|
FRONT
fronts editor component to become visible
|
NONE
no action
|
Modifier and Type | Method and Description |
---|---|
static Line.ShowVisibilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Line.ShowVisibilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Line.ShowVisibilityType NONE
public static final Line.ShowVisibilityType FRONT
public static final Line.ShowVisibilityType FOCUS
Line.ShowVisibilityType.FRONT
plus activates/focuses editorpublic static Line.ShowVisibilityType[] values()
public static Line.ShowVisibilityType 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