|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread wjhk.jupload2.gui.JUploadTextArea.LogMessageThread
static class JUploadTextArea.LogMessageThread
A thread, that will be called in the EventDispatcherThread, to have a tread-safe update of the GUI. This thread is responsible to display one String.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
Thread.State, Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
(package private) boolean |
isRunning
Indicates whether the JUploadTextArea.LogMessageThread should go on. |
(package private) int |
textLength
The length of the current content of the JUploadTextArea. |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
JUploadTextArea.LogMessageThread(JUploadTextArea textArea)
|
Method Summary | |
---|---|
void |
run()
The run method of the Runnable Interface |
void |
unload()
Free any used ressources. |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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 |
---|
boolean isRunning
JUploadTextArea.LogMessageThread
should go on. Cleared
by the unload()
method.
int textLength
Constructor Detail |
---|
JUploadTextArea.LogMessageThread(JUploadTextArea textArea)
textArea
- Method Detail |
---|
public void run()
run
in interface Runnable
run
in class Thread
public void unload()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |