| Package | Description |
|---|---|
| org.netbeans.api.io |
| Modifier and Type | Method and Description |
|---|---|
static InputOutput |
InputOutput.get(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(String name,
boolean newIO,
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(String name,
boolean newIO)
Get a named instance of InputOutput, which represents an output tab in
the output window.
|
abstract InputOutput |
IOProvider.getIO(String name,
boolean newIO,
Lookup lookup)
Get a named instance of InputOutput, which represents an output tab in
the output window.
|