@Deprecated
public class ProgressManager
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ProgressManager.ProgressBar
Deprecated.
not a stable API, will break, don't use this yet
|
Constructor and Description |
---|
ProgressManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<ProgressManager.ProgressBar> |
barIterator()
Deprecated.
|
static void |
pop(ProgressManager.ProgressBar bar)
Deprecated.
not a stable API, will break, don't use this yet
|
static ProgressManager.ProgressBar |
push(java.lang.String title,
int steps)
Deprecated.
not a stable API, will break, don't use this yet
|
static ProgressManager.ProgressBar |
push(java.lang.String title,
int steps,
boolean timeEachStep)
Deprecated.
not a stable API, will break, don't use this yet
|
@Deprecated public static ProgressManager.ProgressBar push(java.lang.String title, int steps)
@Deprecated public static ProgressManager.ProgressBar push(java.lang.String title, int steps, boolean timeEachStep)
@Deprecated public static void pop(ProgressManager.ProgressBar bar)
public static java.util.Iterator<ProgressManager.ProgressBar> barIterator()