|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressContributor | |
org.netbeans.api.progress.aggregate | Advanced progress manipulation, allowing to construct a single progress indication bar from multiple, possibly independent sources. |
Uses of ProgressContributor in org.netbeans.api.progress.aggregate |
Methods in org.netbeans.api.progress.aggregate that return ProgressContributor | |
static ProgressContributor |
AggregateProgressFactory.createProgressContributor(String trackingId)
|
Methods in org.netbeans.api.progress.aggregate with parameters of type ProgressContributor | |
void |
ProgressMonitor.started(ProgressContributor contributor)
the given contributor started it's work. |
void |
ProgressMonitor.finished(ProgressContributor contributor)
the given contributor finished it's work. |
void |
ProgressMonitor.progressed(ProgressContributor contributor)
the given contributor progressed in it's work. |
void |
AggregateProgressHandle.addContributor(ProgressContributor contributor)
add a contributor to the global, aggregated progress. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |