de.bsvrz.sys.funclib.consoleProcessFrame
Class ConsoleProcessPanel.TextPaneHatch

java.lang.Object
  extended by de.bsvrz.sys.funclib.consoleProcessFrame.ConsoleProcessPanel.TextPaneHatch
All Implemented Interfaces:
Runnable
Enclosing class:
ConsoleProcessPanel

private static class ConsoleProcessPanel.TextPaneHatch
extends Object
implements Runnable


Field Summary
private  InputStreamReader _inputReader
           
private  JTextPane _textPane
           
private static int MAX_TEXT_LENGTH
           
 
Constructor Summary
ConsoleProcessPanel.TextPaneHatch(JTextPane textPane, InputStream inputStream)
           
 
Method Summary
private  void append(String string)
           
private  void invokeAndWait(Runnable runnable)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

ConsoleProcessPanel.TextPaneHatch

public ConsoleProcessPanel.TextPaneHatch(JTextPane textPane,
                                         InputStream inputStream)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

append

private void append(String string)

invokeAndWait

private void invokeAndWait(Runnable runnable)