| Package | Description |
|---|---|
| me.tongfei.progressbar |
| Modifier and Type | Method and Description |
|---|---|
ProgressBar |
ProgressBar.maxHint(long n)
Gives a hint to the maximum value of the progress bar.
|
ProgressBar |
ProgressBar.setExtraMessage(String msg)
Sets the extra message at the end of the progress bar.
|
ProgressBar |
ProgressBar.start()
Starts this progress bar.
|
ProgressBar |
ProgressBar.step()
Advances this progress bar by one step.
|
ProgressBar |
ProgressBar.stepBy(long n)
Advances this progress bar by a specific amount.
|
ProgressBar |
ProgressBar.stepTo(long n)
Advances this progress bar to the specific progress value.
|
ProgressBar |
ProgressBar.stop()
Stops this progress bar.
|
Copyright © 2018. All rights reserved.