public interface ProgressManager
| Modifier and Type | Method and Description |
|---|---|
void |
setIndeterminate(boolean indeterminate)
Sets whether the max progress is known or not.
|
void |
setMaxProgress(int maxProgress)
Sets the max progress of the manager.
|
void |
setPercentageProgress(double progress)
Sets progress of the manager, based on a fractional value.
|
void |
setProgress(int progress)
Sets the current progress of the manager.
|
void |
setStep(java.lang.String name)
Sets the current step to be shown to the user.
|
void setMaxProgress(int maxProgress)
void setProgress(int progress)
void setPercentageProgress(double progress)
setMaxProgress(int) to 100.void setStep(java.lang.String name)
void setIndeterminate(boolean indeterminate)