|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfulmine.ui.SwingWorker<T>
public abstract class SwingWorker<T>
A worker object run by the AWT thread
| Constructor Summary | |
|---|---|
SwingWorker()
|
|
| Method Summary | |
|---|---|
abstract T |
doWork()
Overridden by subclasses to perform the work |
T |
getResult()
Get the result |
SwingWorker<T> |
invokeAndWait()
Cause the worker to execute on the AWT thread. |
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingWorker()
| Method Detail |
|---|
public final void run()
run in interface Runnablepublic final T getResult()
public final SwingWorker<T> invokeAndWait()
public abstract T doWork()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||