|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
ProgressDialog.make(Component parent,
String title,
SafeSwingWorker<T,V> task,
boolean modal,
boolean abortable)
Constructor |
|
static
|
ProgressDialog.make(Component parent,
String title,
SafeSwingWorker<T,V> task,
boolean modal,
boolean abortable,
JPanel extraPanel)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||