QJCC homepage

biz.chitec.quarterback.swing
Class QSwingUtilities.StandardStreamLogger

java.lang.Object
  extended byjava.lang.Thread
      extended bybiz.chitec.quarterback.swing.QSwingUtilities.StandardStreamLogger
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
QSwingUtilities

private static final class QSwingUtilities.StandardStreamLogger
extends java.lang.Thread

Internal helper class for log frame implementation. Implements the stream listening on the rerouted standard streams.


Field Summary
private  java.io.BufferedReader theinput
           
private  LogPanel theoutput
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
QSwingUtilities.StandardStreamLogger(java.io.BufferedReader ix, LogPanel ox)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theinput

private java.io.BufferedReader theinput

theoutput

private LogPanel theoutput
Constructor Detail

QSwingUtilities.StandardStreamLogger

public QSwingUtilities.StandardStreamLogger(java.io.BufferedReader ix,
                                            LogPanel ox)
Method Detail

run

public void run()

QJCC homepage