| 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 | Description |
|---|---|---|
static AggregateProgressHandle |
BasicAggregateProgressFactory.createHandle(java.lang.String displayName,
ProgressContributor[] contributors,
org.openide.util.Cancellable allowToCancel) |
Create an aggregating progress ui handle for a long lasting task.
|
protected static AggregateProgressHandle |
BasicAggregateProgressFactory.doCreateHandle(java.lang.String displayName,
ProgressContributor[] contributors,
org.openide.util.Cancellable allowToCancel,
boolean systemHandle,
ProgressHandle h) |
| Modifier and Type | Method | Description |
|---|---|---|
protected static ProgressHandle |
BasicAggregateProgressFactory.getProgressHandle(AggregateProgressHandle ah) |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.