Modifier and Type | Method | Description |
---|---|---|
static IOSelect.AdditionalOperation |
IOSelect.AdditionalOperation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IOSelect.AdditionalOperation[] |
IOSelect.AdditionalOperation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract void |
IOSelect.select(Set<IOSelect.AdditionalOperation> extraOps) |
With an empty 'extraOps' simply selects this io
without involving it's containing TopComponent.
|
static void |
IOSelect.select(InputOutput io,
Set<IOSelect.AdditionalOperation> extraOps) |
With an empty 'extraOps' simply selects this io
without involving it's containing TopComponent.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.