de.bsvrz.sys.funclib.consoleProcessFrame
Class ConsoleProcessPanel.TextPaneHatch
java.lang.Object
de.bsvrz.sys.funclib.consoleProcessFrame.ConsoleProcessPanel.TextPaneHatch
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ConsoleProcessPanel
private static class ConsoleProcessPanel.TextPaneHatch
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_textPane
private final JTextPane _textPane
_inputReader
private final InputStreamReader _inputReader
MAX_TEXT_LENGTH
private static final int MAX_TEXT_LENGTH
- See Also:
- Constant Field Values
ConsoleProcessPanel.TextPaneHatch
public ConsoleProcessPanel.TextPaneHatch(JTextPane textPane,
InputStream inputStream)
run
public void run()
- Specified by:
run
in interface Runnable
append
private void append(String string)
invokeAndWait
private void invokeAndWait(Runnable runnable)