Serializable
, Comparable<Line.ShowVisibilityType>
public static enum Line.ShowVisibilityType extends Enum<Line.ShowVisibilityType>
show
,
ShowOpenType
Enum Constant | 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 | 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
FRONT
plus activates/focuses editorpublic static Line.ShowVisibilityType[] values()
for (Line.ShowVisibilityType c : Line.ShowVisibilityType.values()) System.out.println(c);
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 nullBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.