Uses of Class
me.tongfei.progressbar.ProgressBar
Packages that use ProgressBar
-
Uses of ProgressBar in me.tongfei.progressbar
Methods in me.tongfei.progressbar that return ProgressBarModifier and TypeMethodDescriptionProgressBarBuilder.build()ProgressBar.maxHint(long n) Gives a hint to the maximum value of the progress bar.ProgressBar.pause()Pauses this current progress.ProgressBar.reset()Resets the progress bar to its initial state (where progress equals to 0).ProgressBar.resume()Resumes this current progress.ProgressBar.setExtraMessage(String msg) Sets the extra message at the end of the progress bar.ProgressBar.step()Advances this progress bar by one step.ProgressBar.stepBy(long n) Advances this progress bar by a specific amount.ProgressBar.stepTo(long n) Advances this progress bar to the specific progress value. -
Uses of ProgressBar in me.tongfei.progressbar.wrapped
Fields in me.tongfei.progressbar.wrapped declared as ProgressBarModifier and TypeFieldDescriptionprivate ProgressBarProgressBarWrappedInputStream.pbprivate ProgressBarProgressBarWrappedIterator.pbprivate ProgressBarProgressBarWrappedOutputStream.pbprivate ProgressBarProgressBarWrappedReader.pbprivate ProgressBarProgressBarWrappedSpliterator.pbprivate ProgressBarProgressBarWrappedWriter.pbMethods in me.tongfei.progressbar.wrapped that return ProgressBarModifier and TypeMethodDescriptionProgressBarWrappedInputStream.getProgressBar()ProgressBarWrappedIterator.getProgressBar()ProgressBarWrappedOutputStream.getProgressBar()ProgressBarWrappedReader.getProgressBar()ProgressBarWrappedSpliterator.getProgressBar()Constructors in me.tongfei.progressbar.wrapped with parameters of type ProgressBarModifierConstructorDescriptionProgressBarWrappedIterator(Iterator<T> underlying, ProgressBar pb) ProgressBarWrappedSpliterator(Spliterator<T> underlying, ProgressBar pb) privateProgressBarWrappedSpliterator(Spliterator<T> underlying, ProgressBar pb, Set<Spliterator<T>> openChildren) ProgressBarWrappedWriter(Writer out, ProgressBar pb)