Package | Description |
---|---|
org.netbeans.api.io |
Modifier and Type | Method | 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,
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(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,
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.