|
org.netbeans.api.progress/1 1.20.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressHandle | |
---|---|
org.netbeans.api.progress | This API allows to visualize tracking for progress of long lasting tasks. |
Uses of ProgressHandle in org.netbeans.api.progress |
---|
Methods in org.netbeans.api.progress that return ProgressHandle | |
---|---|
static ProgressHandle |
ProgressHandleFactory.createHandle(String displayName)
Create a progress ui handle for a long lasting task. |
static ProgressHandle |
ProgressHandleFactory.createHandle(String displayName,
Action linkOutput)
Create a progress ui handle for a long lasting task. |
static ProgressHandle |
ProgressHandleFactory.createHandle(String displayName,
Cancellable allowToCancel)
Create a progress ui handle for a long lasting task. |
static ProgressHandle |
ProgressHandleFactory.createHandle(String displayName,
Cancellable allowToCancel,
Action linkOutput)
Create a progress ui handle for a long lasting task. |
static ProgressHandle |
ProgressHandleFactory.createSystemHandle(String displayName)
Create a handle for a long lasting task that is not triggered by explicit user action. |
static ProgressHandle |
ProgressHandleFactory.createSystemHandle(String displayName,
Cancellable allowToCancel)
Create a cancelable handle for a task that is not triggered by explicit user action. |
static ProgressHandle |
ProgressHandleFactory.createSystemHandle(String displayName,
Cancellable allowToCancel,
Action linkOutput)
Create a progress ui handle for a task that is not triggered by explicit user action. |
Methods in org.netbeans.api.progress with parameters of type ProgressHandle | ||
---|---|---|
static JLabel |
ProgressHandleFactory.createDetailLabelComponent(ProgressHandle handle)
Get the detail messages component for use in custom dialogs, the task won't show in the progress bar anymore. |
|
static JLabel |
ProgressHandleFactory.createMainLabelComponent(ProgressHandle handle)
Get the task title component for use in custom dialogs, the task won't show in the progress bar anymore. |
|
static JComponent |
ProgressHandleFactory.createProgressComponent(ProgressHandle handle)
Get the progress bar component for use in custom dialogs, the task won't show in the progress bar anymore. |
|
T |
ProgressRunnable.run(ProgressHandle handle)
Perform the background work |
|
static void |
ProgressUtils.showProgressDialogAndRun(Runnable operation,
ProgressHandle progress,
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 |