Package | Description |
---|---|
org.netbeans.api.progress |
This API allows to visualize tracking for progress of long lasting tasks.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ProgressUtils.showProgressDialogAndRun(ProgressRunnable<T> operation,
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> Future<T> |
ProgressUtils.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.
|
Built on June 20 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.