| Package | Description |
|---|---|
| org.netbeans.api.io | |
| org.netbeans.spi.io |
| Modifier and Type | Method | Description |
|---|---|---|
static ShowOperation |
ShowOperation.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ShowOperation[] |
ShowOperation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
InputOutput.show(java.util.Set<ShowOperation> operations) |
Show this I/O if possible (e.g.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
InputOutputProvider.showIO(IO io,
java.util.Set<ShowOperation> operations) |
Show output pane for the passed I/O instance.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.