|
org.openide.io 1.27.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IOSelect.AdditionalOperation>
org.openide.windows.IOSelect.AdditionalOperation
public static enum IOSelect.AdditionalOperation
Additional operations to perform when issuing IOSelect.select(org.openide.windows.InputOutput, java.util.Set
.
Enum Constant Summary | |
---|---|
OPEN
Additionally issue open() on the TopComponent containing the InputOutput. |
|
REQUEST_ACTIVE
Additionally issue requestActive() on the TopComponent containing the InputOutput. |
|
REQUEST_VISIBLE
Additionally issue requestVisible() on the TopComponent containing the InputOutput. |
Method Summary | |
---|---|
static IOSelect.AdditionalOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IOSelect.AdditionalOperation[] |
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 IOSelect.AdditionalOperation OPEN
public static final IOSelect.AdditionalOperation REQUEST_VISIBLE
public static final IOSelect.AdditionalOperation REQUEST_ACTIVE
Method Detail |
---|
public static IOSelect.AdditionalOperation[] values()
for (IOSelect.AdditionalOperation c : IOSelect.AdditionalOperation.values()) System.out.println(c);
public static IOSelect.AdditionalOperation 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.io 1.27.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |