Serializable
, Comparable<IOSelect.AdditionalOperation>
public static enum IOSelect.AdditionalOperation extends Enum<IOSelect.AdditionalOperation>
IOSelect.select(org.openide.windows.InputOutput, java.util.Set<org.openide.windows.IOSelect.AdditionalOperation>)
.Enum Constant | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
public static final IOSelect.AdditionalOperation OPEN
public static final IOSelect.AdditionalOperation REQUEST_VISIBLE
public static final IOSelect.AdditionalOperation REQUEST_ACTIVE
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 nameNullPointerException
- if the argument is nullBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.