| Package | Description |
|---|---|
| me.tongfei.progressbar | |
| me.tongfei.progressbar.wrapped |
| Modifier and Type | Method and Description |
|---|---|
ProgressBar |
ProgressBarBuilder.build() |
ProgressBar |
ProgressBar.maxHint(long n)
Gives a hint to the maximum value of the progress bar.
|
ProgressBar |
ProgressBar.pause()
Pauses this current progress.
|
ProgressBar |
ProgressBar.reset()
Resets the progress bar to its initial state (where progress equals to 0).
|
ProgressBar |
ProgressBar.resume()
Resumes this current progress.
|
ProgressBar |
ProgressBar.setExtraMessage(String msg)
Sets the extra message at the end of the 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.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressBar |
ProgressBarWrappedSpliterator.getProgressBar() |
ProgressBar |
ProgressBarWrappedIterator.getProgressBar() |
ProgressBar |
ProgressBarWrappedReader.getProgressBar() |
ProgressBar |
ProgressBarWrappedInputStream.getProgressBar() |
ProgressBar |
ProgressBarWrappedOutputStream.getProgressBar() |
| Constructor and Description |
|---|
ProgressBarWrappedInputStream(InputStream in,
ProgressBar pb) |
ProgressBarWrappedIterator(Iterator<T> underlying,
ProgressBar pb) |
ProgressBarWrappedOutputStream(OutputStream out,
ProgressBar pb) |
ProgressBarWrappedReader(Reader in,
ProgressBar pb) |
ProgressBarWrappedSpliterator(Spliterator<T> underlying,
ProgressBar pb) |
ProgressBarWrappedWriter(Writer out,
ProgressBar pb) |
Copyright © 2022. All rights reserved.