|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jext.misc.SwingWorker
org.jext.misc.CopyThread
| Field Summary | |
protected java.io.InputStream |
in
|
protected java.io.OutputStream |
out
|
| Fields inherited from class org.jext.misc.SwingWorker |
notifier |
| Constructor Summary | |
protected |
CopyThread(HandlingRunnable notifier)
If you call this, you must set the in and out stream by yourself. |
|
CopyThread(java.io.InputStream in,
java.io.OutputStream out,
HandlingRunnable notifier)
|
| Method Summary | |
java.lang.Object |
work()
Compute the value to be returned by the get method. |
| Methods inherited from class org.jext.misc.SwingWorker |
finished, get, getException, getValue, interrupt, run, start |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.io.InputStream in
protected java.io.OutputStream out
| Constructor Detail |
protected CopyThread(HandlingRunnable notifier)
in and out stream by yourself.
public CopyThread(java.io.InputStream in,
java.io.OutputStream out,
HandlingRunnable notifier)
| Method Detail |
public java.lang.Object work()
throws java.io.IOException
SwingWorkerget method.
work in class SwingWorkerjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||