|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An I/O connection to one tab on the Output Window.
Note: take also a look at the class OutputWriter. The method to clean an Output tab resides there.
OutputWriter
Inner Class Summary | |
static class |
InputOutput.Null
Deprecated. Use NULL instead. |
static class |
InputOutput.NullOutputWriter
Deprecated. Use NULL instead. |
Field Summary | |
static InputOutput |
NULL
Null InputOutput |
static Reader |
nullReader
Deprecated. Use NULL instead. |
static OutputWriter |
nullWriter
Deprecated. Use NULL instead. |
Method Summary | |
void |
closeInputOutput()
Closes this tab. |
Reader |
flushReader()
Flush pending data in the input-line's reader. |
OutputWriter |
getErr()
Get an output writer to write to the tab in error mode. |
Reader |
getIn()
Get a reader to read from the tab. |
OutputWriter |
getOut()
Acquire an output writer to write to the tab. |
boolean |
isClosed()
Test whether this tab is closed. |
boolean |
isErrSeparated()
Test whether the error output is mixed into the regular output or not. |
boolean |
isFocusTaken()
Test whether the output window takes focus when anything is written to it. |
void |
select()
Make this pane visible. |
void |
setErrSeparated(boolean value)
Set whether the error output should be mixed into the regular output or not. |
void |
setErrVisible(boolean value)
Show or hide the error pane. |
void |
setFocusTaken(boolean value)
Set whether the output window should take focus when anything is written to it. |
void |
setInputVisible(boolean value)
Show or hide the input line. |
void |
setOutputVisible(boolean value)
Show or hide the standard output pane. |
Field Detail |
public static final InputOutput NULL
public static final Reader nullReader
NULL
instead.
public static final OutputWriter nullWriter
NULL
instead.
Method Detail |
public OutputWriter getOut()
public Reader getIn()
public OutputWriter getErr()
public void closeInputOutput()
public boolean isClosed()
true
if it is closedcloseInputOutput()
public void setOutputVisible(boolean value)
value
- true
to show, false
to hidepublic void setErrVisible(boolean value)
value
- true
to show, false
to hidepublic void setInputVisible(boolean value)
value
- true
to show, false
to hidepublic void select()
public boolean isErrSeparated()
true
if separate, false
if mixed inpublic void setErrSeparated(boolean value)
true
to separate, false
to mix inpublic boolean isFocusTaken()
true
if sopublic void setFocusTaken(boolean value)
true
to take focuspublic Reader flushReader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |