JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
G
M
P
S
U
V
G
getCurrent()
- Method in class me.tongfei.progressbar.
ProgressBar
Returns the current progress.
getExtraMessage()
- Method in class me.tongfei.progressbar.
ProgressBar
Returns the extra message at the end of the progress bar.
getMax()
- Method in class me.tongfei.progressbar.
ProgressBar
Returns the maximum value of this progress bar.
getTask()
- Method in class me.tongfei.progressbar.
ProgressBar
Returns the name of this task.
M
maxHint(long)
- Method in class me.tongfei.progressbar.
ProgressBar
Gives a hint to the maximum value of the progress bar.
me.tongfei.progressbar
- package me.tongfei.progressbar
P
ProgressBar
- Class in
me.tongfei.progressbar
A simple console-based progress bar.
ProgressBar(String, long)
- Constructor for class me.tongfei.progressbar.
ProgressBar
Creates a progress bar with the specific task name and initial maximum value.
ProgressBar(String, long, ProgressBarStyle)
- Constructor for class me.tongfei.progressbar.
ProgressBar
ProgressBar(String, long, int)
- Constructor for class me.tongfei.progressbar.
ProgressBar
ProgressBar(String, long, int, PrintStream, ProgressBarStyle)
- Constructor for class me.tongfei.progressbar.
ProgressBar
Creates a progress bar with the specific task name, initial maximum value, customized update interval (default 1000 ms), the PrintStream to be used, and output style.
ProgressBarStyle
- Enum in
me.tongfei.progressbar
Represents the display style of a progress bar.
S
setExtraMessage(String)
- Method in class me.tongfei.progressbar.
ProgressBar
Sets the extra message at the end of the progress bar.
start()
- Method in class me.tongfei.progressbar.
ProgressBar
Starts this progress bar.
step()
- Method in class me.tongfei.progressbar.
ProgressBar
Advances this progress bar by one step.
stepBy(long)
- Method in class me.tongfei.progressbar.
ProgressBar
Advances this progress bar by a specific amount.
stepTo(long)
- Method in class me.tongfei.progressbar.
ProgressBar
Advances this progress bar to the specific progress value.
stop()
- Method in class me.tongfei.progressbar.
ProgressBar
Stops this progress bar.
U
Util
- Class in
me.tongfei.progressbar
Util()
- Constructor for class me.tongfei.progressbar.
Util
V
valueOf(String)
- Static method in enum me.tongfei.progressbar.
ProgressBarStyle
Returns the enum constant of this type with the specified name.
values()
- Static method in enum me.tongfei.progressbar.
ProgressBarStyle
Returns an array containing the constants of this enum type, in the order they are declared.
G
M
P
S
U
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017. All rights reserved.