|
||||||||||
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()
InputOutput
getOut
in interface InputOutput
org.openide.windows.InputOutput
public Reader getIn()
InputOutput
getIn
in interface InputOutput
org.openide.windows.InputOutput
public OutputWriter getErr()
InputOutput
getErr
in interface InputOutput
org.openide.windows.InputOutput
public void closeInputOutput()
InputOutput
closeInputOutput
in interface InputOutput
public boolean isClosed()
InputOutput
isClosed
in interface InputOutput
org.openide.windows.InputOutput
true
if it is closedInputOutput.closeInputOutput()
public void setOutputVisible(boolean value)
InputOutput
setOutputVisible
in interface InputOutput
org.openide.windows.InputOutput
value
- true
to show, false
to hidepublic void setErrVisible(boolean value)
InputOutput
setErrVisible
in interface InputOutput
org.openide.windows.InputOutput
value
- true
to show, false
to hidepublic void setInputVisible(boolean value)
InputOutput
setInputVisible
in interface InputOutput
org.openide.windows.InputOutput
value
- true
to show, false
to hidepublic void select()
InputOutput
select
in interface InputOutput
public boolean isErrSeparated()
InputOutput
isErrSeparated
in interface InputOutput
org.openide.windows.InputOutput
true
if separate, false
if mixed inpublic void setErrSeparated(boolean value)
InputOutput
setErrSeparated
in interface InputOutput
org.openide.windows.InputOutput
true
to separate, false
to mix inpublic boolean isFocusTaken()
InputOutput
isFocusTaken
in interface InputOutput
org.openide.windows.InputOutput
true
if sopublic void setFocusTaken(boolean value)
InputOutput
setFocusTaken
in interface InputOutput
org.openide.windows.InputOutput
true
to take focuspublic Reader flushReader()
InputOutput
flushReader
in interface InputOutput
org.openide.windows.InputOutput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |