|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputWriter | |
| org.openide | Jumping-off points for all the rest of the IDE's functionality. |
| org.openide.windows | Most parts of the IDE do not manipulate windows directly, but use special top components. |
| Uses of OutputWriter in org.openide |
| Methods in org.openide that return OutputWriter | |
abstract OutputWriter |
TopManager.getStdOut()
Support writing to the Output Window on the main tab. |
| Uses of OutputWriter in org.openide.windows |
| Subclasses of OutputWriter in org.openide.windows | |
static class |
InputOutput.NullOutputWriter
Deprecated. Use InputOutput.NULL instead. |
| Fields in org.openide.windows declared as OutputWriter | |
static OutputWriter |
InputOutput.nullWriter
Deprecated. Use InputOutput.NULL instead. |
| Methods in org.openide.windows that return OutputWriter | |
OutputWriter |
InputOutput.getOut()
Acquire an output writer to write to the tab. |
OutputWriter |
InputOutput.getErr()
Get an output writer to write to the tab in error mode. |
OutputWriter |
InputOutput.Null.getOut()
Deprecated. |
OutputWriter |
InputOutput.Null.getErr()
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||