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 ProgressContributor |
BasicAggregateProgressFactory.createProgressContributor(String trackingId) |
Modifier and Type | Method | Description |
---|---|---|
void |
AggregateProgressHandle.addContributor(ProgressContributor contributor) |
add a contributor to the global, aggregated progress.
|
static AggregateProgressHandle |
BasicAggregateProgressFactory.createHandle(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(String displayName,
ProgressContributor[] contributors,
org.openide.util.Cancellable allowToCancel,
boolean systemHandle,
ProgressHandle h) |
|
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 |
ProgressMonitor.started(ProgressContributor contributor) |
the given contributor started it's work.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.