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 and 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 and 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()
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 null