| Package | Description |
|---|---|
| org.netbeans.api.io |
| Modifier and Type | Method | Description |
|---|---|---|
static InputOutput |
InputOutput.get(java.lang.String name,
boolean newIO) |
Get a named instance of InputOutput from the default
IOProvider,
which represents an output tab in the output window. |
static InputOutput |
InputOutput.get(java.lang.String name,
boolean newIO,
org.openide.util.Lookup lookup) |
Get a named instance of InputOutput from the default
IOProvider,
which represents an output tab in the output window. |
abstract InputOutput |
IOProvider.getIO(java.lang.String name,
boolean newIO) |
Get a named instance of InputOutput, which represents an output tab in
the output window.
|
abstract InputOutput |
IOProvider.getIO(java.lang.String name,
boolean newIO,
org.openide.util.Lookup lookup) |
Get a named instance of InputOutput, which represents an output tab in
the output window.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.