|
org.openide.io 1.23.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IOSelect.AdditionalOperation in org.openide.windows |
---|
Methods in org.openide.windows that return IOSelect.AdditionalOperation | |
---|---|
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. |
Method parameters in org.openide.windows with type arguments of type IOSelect.AdditionalOperation | |
---|---|
static void |
IOSelect.select(InputOutput io,
Set<IOSelect.AdditionalOperation> extraOps)
With an empty 'extraOps' simply selects this io without involving it's containing TopComponent. |
protected abstract void |
IOSelect.select(Set<IOSelect.AdditionalOperation> extraOps)
With an empty 'extraOps' simply selects this io without involving it's containing TopComponent. |
|
org.openide.io 1.23.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |