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 |
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.
|
Modifier and Type | Method and Description |
---|---|
static JLabel |
AggregateProgressFactory.createDetailLabelComponent(AggregateProgressHandle handle)
Get the detail messages component for use in custom dialogs, the task won't
show in the progress bar anymore.The text of the label is changed by calls to contributors'
progress(String) methods. |
static JLabel |
AggregateProgressFactory.createMainLabelComponent(AggregateProgressHandle handle)
Get the task title component for use in custom dialogs, the task won't
show in the progress bar anymore.
|
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.
|
Built on November 8 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.