|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregateProgressHandle | |
org.netbeans.api.progress.aggregate | Advanced progress manipulation, allowing to construct a single progress indication bar from multiple, possibly independent sources. |
Uses of AggregateProgressHandle in org.netbeans.api.progress.aggregate |
Methods in org.netbeans.api.progress.aggregate that return AggregateProgressHandle | |
static AggregateProgressHandle |
AggregateProgressFactory.createHandle(String displayName,
ProgressContributor[] contributors,
Cancellable allowToCancel,
Action linkOutput)
Create an aggregating progress ui handle for a long lasting task. |
static AggregateProgressHandle |
AggregateProgressFactory.createSystemHandle(String displayName,
ProgressContributor[] contributors,
Cancellable allowToCancel,
Action linkOutput)
Create an aggregating progress ui handle for a long lasting task. |
Methods in org.netbeans.api.progress.aggregate with parameters of type AggregateProgressHandle | |
static JComponent |
AggregateProgressFactory.createProgressComponent(AggregateProgressHandle handle)
Get the progress bar component for use in custom dialogs, the task won't show in the progress bar anymore. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |