| Package | Description |
|---|---|
| to.etc.util |
| Modifier and Type | Method and Description |
|---|---|
Progress |
Progress.createParallelProgress(String name,
double work) |
Progress |
Progress.createSubProgress(String name,
double work)
Create a single (non-parallel) sub-progress indicator for the specified portion of work.
|
Progress |
Progress.getParent() |
Progress |
Progress.getRoot()
Return the root progress handler; this NEVER returns null - it returns itself if it is the root.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IProgressListener.progressed(Progress level) |
Copyright © 2017 etc.to. All rights reserved.