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, 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 while running
a background process.
|
Built on September 8 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.