|
org.netbeans.api.progress/1 1.20.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProgressRunnable | |
|---|---|
| org.netbeans.api.progress | This API allows to visualize tracking for progress of long lasting tasks. |
| Uses of ProgressRunnable in org.netbeans.api.progress |
|---|
| Methods in org.netbeans.api.progress with parameters of type ProgressRunnable | ||
|---|---|---|
static
|
ProgressUtils.showProgressDialogAndRun(ProgressRunnable<T> operation,
String displayName,
boolean includeDetailLabel)
Show a modal progress dialog that blocks the main window, while running the passed runnable on a background thread. |
|
static
|
ProgressUtils.showProgressDialogAndRunLater(ProgressRunnable<T> operation,
ProgressHandle handle,
boolean includeDetailLabel)
Show a modal progress dialog that blocks the main window while running a background process. |
|
|
org.netbeans.api.progress/1 1.20.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||