|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eviware.soapui.support.swing.SwingWorker
com.eviware.soapui.support.swing.SwingWorkerDelegator
public class SwingWorkerDelegator
| Constructor Summary | |
|---|---|
SwingWorkerDelegator(com.eviware.x.dialogs.XProgressMonitor monitor,
com.eviware.x.dialogs.XProgressDialog dialog,
com.eviware.x.dialogs.Worker delegate)
Start a thread that will call delegate.construct and then exit. |
|
| Method Summary | |
|---|---|
java.lang.Object |
construct()
Compute the value to be returned by the get method. |
void |
finished()
Called on the event dispatching thread (not on the worker thread) after the construct method has returned. |
| Methods inherited from class com.eviware.soapui.support.swing.SwingWorker |
|---|
get, getValue, interrupt, setValue, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingWorkerDelegator(com.eviware.x.dialogs.XProgressMonitor monitor,
com.eviware.x.dialogs.XProgressDialog dialog,
com.eviware.x.dialogs.Worker delegate)
delegate.construct and then exit.
| Method Detail |
|---|
public java.lang.Object construct()
get method.
construct in class SwingWorkerpublic void finished()
construct method has returned.
finished in class SwingWorker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||