Uses of Class
org.af.commons.threading.SafeSwingWorker

Packages that use SafeSwingWorker
org.af.commons.threading Provides the class SafeSwingWorker, that extends the class SwingWorker, and classes for a progress dialog and observer of this worker. 
 

Uses of SafeSwingWorker in org.af.commons.threading
 

Methods in org.af.commons.threading that return SafeSwingWorker
 SafeSwingWorker<T,V> ProgressDialog.getTask()
          Returns the associated task for the ProgressPanel.
 

Methods in org.af.commons.threading with parameters of type SafeSwingWorker
static
<T,V> ProgressDialog<T,V>
ProgressDialog.make(Component parent, String title, SafeSwingWorker<T,V> task, boolean modal, boolean abortable)
          Constructor
static
<T,V> ProgressDialog<T,V>
ProgressDialog.make(Component parent, String title, SafeSwingWorker<T,V> task, boolean modal, boolean abortable, JPanel extraPanel)
          Constructor
 void ProgressPanel.setTask(SafeSwingWorker<T,V> task)
          set the monitored task
 

Constructors in org.af.commons.threading with parameters of type SafeSwingWorker
ProgressDialog(Dialog parent, String title, SafeSwingWorker<T,V> task, boolean modal, boolean abortable)
          Constructor
ProgressDialog(Dialog parent, String title, SafeSwingWorker<T,V> task, boolean modal, boolean abortable, JPanel extraPanel)
          Constructor
ProgressDialog(Frame parent, String title, SafeSwingWorker<T,V> task, boolean modal, boolean abortable)
          Constructor
ProgressDialog(Frame parent, String title, SafeSwingWorker<T,V> task, boolean modal, boolean abortable, JPanel extraPanel)
          Constructor
ProgressPanel(SafeSwingWorker<T,V> task)
          Constructor