Package | Description |
---|---|
org.netbeans.api.progress.aggregate |
Advanced progress manipulation, allowing to construct a single progress indication bar
from multiple, possibly independent sources.
|
Modifier and Type | Method and Description |
---|---|
static AggregateProgressHandle |
BasicAggregateProgressFactory.createHandle(String displayName,
ProgressContributor[] contributors,
Cancellable allowToCancel)
Create an aggregating progress ui handle for a long lasting task.
|
static AggregateProgressHandle |
BasicAggregateProgressFactory.createHandle(String displayName,
ProgressContributor[] contributors,
Cancellable allowToCancel,
Action linkOutput)
Create an aggregating progress ui handle for a long lasting task.
|
static AggregateProgressHandle |
BasicAggregateProgressFactory.createSystemHandle(String displayName,
ProgressContributor[] contributors,
Cancellable allowToCancel,
Action linkOutput)
Create an aggregating progress ui handle for a long lasting task.
|
protected static AggregateProgressHandle |
BasicAggregateProgressFactory.doCreateHandle(String displayName,
ProgressContributor[] contributors,
Cancellable allowToCancel,
boolean systemHandle,
ProgressHandle h) |
Modifier and Type | Method and Description |
---|---|
protected static ProgressHandle |
BasicAggregateProgressFactory.getProgressHandle(AggregateProgressHandle ah) |