public class ProxyNonSelectableInputOutput extends Object implements InputOutput
NULL, nullReader, nullWriter
Constructor and Description |
---|
ProxyNonSelectableInputOutput(InputOutput delegate) |
Modifier and Type | Method and Description |
---|---|
void |
closeInputOutput() |
Reader |
flushReader() |
OutputWriter |
getErr() |
Reader |
getIn() |
OutputWriter |
getOut() |
boolean |
isClosed() |
boolean |
isErrSeparated() |
boolean |
isFocusTaken() |
void |
select() |
void |
setErrSeparated(boolean value) |
void |
setErrVisible(boolean value) |
void |
setFocusTaken(boolean value) |
void |
setInputVisible(boolean value) |
void |
setOutputVisible(boolean value) |
public ProxyNonSelectableInputOutput(InputOutput delegate)
public OutputWriter getOut()
getOut
in interface InputOutput
public Reader getIn()
getIn
in interface InputOutput
public OutputWriter getErr()
getErr
in interface InputOutput
public void closeInputOutput()
closeInputOutput
in interface InputOutput
public boolean isClosed()
isClosed
in interface InputOutput
public void setOutputVisible(boolean value)
setOutputVisible
in interface InputOutput
public void setErrVisible(boolean value)
setErrVisible
in interface InputOutput
public void setInputVisible(boolean value)
setInputVisible
in interface InputOutput
public void select()
select
in interface InputOutput
public boolean isErrSeparated()
isErrSeparated
in interface InputOutput
public void setErrSeparated(boolean value)
setErrSeparated
in interface InputOutput
public boolean isFocusTaken()
isFocusTaken
in interface InputOutput
public void setFocusTaken(boolean value)
setFocusTaken
in interface InputOutput
public Reader flushReader()
flushReader
in interface InputOutput