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

Packages that use ProgressDialog
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 ProgressDialog in org.af.commons.threading
 

Methods in org.af.commons.threading that return ProgressDialog
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