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 InputOutputpublic Reader getIn()
getIn in interface InputOutputpublic OutputWriter getErr()
getErr in interface InputOutputpublic void closeInputOutput()
closeInputOutput in interface InputOutputpublic boolean isClosed()
isClosed in interface InputOutputpublic void setOutputVisible(boolean value)
setOutputVisible in interface InputOutputpublic void setErrVisible(boolean value)
setErrVisible in interface InputOutputpublic void setInputVisible(boolean value)
setInputVisible in interface InputOutputpublic void select()
select in interface InputOutputpublic boolean isErrSeparated()
isErrSeparated in interface InputOutputpublic void setErrSeparated(boolean value)
setErrSeparated in interface InputOutputpublic boolean isFocusTaken()
isFocusTaken in interface InputOutputpublic void setFocusTaken(boolean value)
setFocusTaken in interface InputOutputpublic Reader flushReader()
flushReader in interface InputOutput