|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openide.windows.InputOutput.Null
InputOutput.NULL instead.
| Inner classes inherited from class org.openide.windows.InputOutput |
InputOutput.Null, InputOutput.NullOutputWriter |
| Fields inherited from interface org.openide.windows.InputOutput |
NULL, nullReader, nullWriter |
| Constructor Summary | |
InputOutput.Null()
Deprecated. |
|
| Method Summary | |
void |
closeInputOutput()
Deprecated. Closes this tab. |
Reader |
flushReader()
Deprecated. Flush pending data in the input-line's reader. |
OutputWriter |
getErr()
Deprecated. Get an output writer to write to the tab in error mode. |
Reader |
getIn()
Deprecated. Get a reader to read from the tab. |
OutputWriter |
getOut()
Deprecated. Acquire an output writer to write to the tab. |
boolean |
isClosed()
Deprecated. Test whether this tab is closed. |
boolean |
isErrSeparated()
Deprecated. Test whether the error output is mixed into the regular output or not. |
boolean |
isFocusTaken()
Deprecated. Test whether the output window takes focus when anything is written to it. |
void |
select()
Deprecated. Make this pane visible. |
void |
setErrSeparated(boolean value)
Deprecated. Set whether the error output should be mixed into the regular output or not. |
void |
setErrVisible(boolean value)
Deprecated. Show or hide the error pane. |
void |
setFocusTaken(boolean value)
Deprecated. Set whether the output window should take focus when anything is written to it. |
void |
setInputVisible(boolean value)
Deprecated. Show or hide the input line. |
void |
setOutputVisible(boolean value)
Deprecated. Show or hide the standard output pane. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InputOutput.Null()
| Method Detail |
public OutputWriter getOut()
InputOutputgetOut in interface InputOutputorg.openide.windows.InputOutputpublic Reader getIn()
InputOutputgetIn in interface InputOutputorg.openide.windows.InputOutputpublic OutputWriter getErr()
InputOutputgetErr in interface InputOutputorg.openide.windows.InputOutputpublic void closeInputOutput()
InputOutputcloseInputOutput in interface InputOutputpublic boolean isClosed()
InputOutputisClosed in interface InputOutputorg.openide.windows.InputOutputtrue if it is closedInputOutput.closeInputOutput()public void setOutputVisible(boolean value)
InputOutputsetOutputVisible in interface InputOutputorg.openide.windows.InputOutputvalue - true to show, false to hidepublic void setErrVisible(boolean value)
InputOutputsetErrVisible in interface InputOutputorg.openide.windows.InputOutputvalue - true to show, false to hidepublic void setInputVisible(boolean value)
InputOutputsetInputVisible in interface InputOutputorg.openide.windows.InputOutputvalue - true to show, false to hidepublic void select()
InputOutputselect in interface InputOutputpublic boolean isErrSeparated()
InputOutputisErrSeparated in interface InputOutputorg.openide.windows.InputOutputtrue if separate, false if mixed inpublic void setErrSeparated(boolean value)
InputOutputsetErrSeparated in interface InputOutputorg.openide.windows.InputOutputtrue to separate, false to mix inpublic boolean isFocusTaken()
InputOutputisFocusTaken in interface InputOutputorg.openide.windows.InputOutputtrue if sopublic void setFocusTaken(boolean value)
InputOutputsetFocusTaken in interface InputOutputorg.openide.windows.InputOutputtrue to take focuspublic Reader flushReader()
InputOutputflushReader in interface InputOutputorg.openide.windows.InputOutput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||