|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
weka.gui.SimpleCLI.ReaderToTextArea
Field Summary | |
protected java.io.LineNumberReader |
m_Input
The reader being monitored |
protected java.awt.TextArea |
m_Output
The output text component |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
SimpleCLI.ReaderToTextArea(java.io.Reader input,
java.awt.TextArea output)
Sets up the ReaderToTextArea |
Method Summary | |
void |
run()
Sit here listening for lines of input and appending them straight to the text component. |
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 |
protected java.io.LineNumberReader m_Input
protected java.awt.TextArea m_Output
Constructor Detail |
public SimpleCLI.ReaderToTextArea(java.io.Reader input, java.awt.TextArea output)
input
- the Reader to monitoroutput
- the TextArea to send output toMethod Detail |
public void run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |