| Package | Description |
|---|---|
| org.netbeans.api.progress |
This API allows to visualize tracking for progress of long lasting tasks.
|
| org.netbeans.modules.progress.spi |
Interfaces permitting a UI for the progress system to be supplied.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> T |
BaseProgressUtils.showProgressDialogAndRun(ProgressRunnable<T> operation,
java.lang.String displayName,
boolean includeDetailLabel) |
Show a modal progress dialog that blocks the main window and all other
currently displayed frames or dialogs, while running the passed runnable
on a background thread.
|
static <T> java.util.concurrent.Future<T> |
BaseProgressUtils.showProgressDialogAndRunLater(ProgressRunnable<T> operation,
ProgressHandle handle,
boolean includeDetailLabel) |
Show a modal progress dialog that blocks the main window and all other
currently displayed frames or dialogs while running a background process.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
RunOffEDTProvider.Progress.showProgressDialogAndRun(ProgressRunnable<T> toRun,
java.lang.String displayName,
boolean includeDetailLabel) |
Show a modal progress dialog that blocks the main window while running
a background process.
|
<T> java.util.concurrent.Future<T> |
RunOffEDTProvider.Progress.showProgressDialogAndRunLater(ProgressRunnable<T> toRun,
ProgressHandle handle,
boolean includeDetailLabel) |
Show a modal progress dialog that blocks the main window while running
a background process.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.