|
org.openide.text 6.37.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Line.ShowVisibilityType>
org.openide.text.Line.ShowVisibilityType
public static enum Line.ShowVisibilityType
ShowOpenType and ShowVisibilityType is replacement for constants SHOW_TRY_SHOW, SHOW_SHOW, SHOW_GOTO, SHOW_TOFRONT, SHOW_REUSE, SHOW_REUSE_NEW. It is to provide full control over show method behavior without need to add new constant for missing flag combination.
show
,
ShowOpenType
Enum Constant Summary | |
---|---|
FOCUS
front editor component to become visible and activates/focuses it. |
|
FRONT
fronts editor component to become visible |
|
NONE
no action |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Line.ShowVisibilityType NONE
public static final Line.ShowVisibilityType FRONT
public static final Line.ShowVisibilityType FOCUS
FRONT
plus activates/focuses editor
Method Detail |
---|
public 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 name
NullPointerException
- if the argument is null
|
org.openide.text 6.37.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |