Uses of Class
com.jbstrap.ui.components.ProgressBar
-
Uses of ProgressBar in com.jbstrap.ui.components
Modifier and TypeMethodDescriptionProgressBar.addComponent
(Component component) No component can be added to the Progress BarProgressBar.removeComponent
(Component component) No component can be removed from the Progress BarProgressBar.setBackgroundColor
(Color color) Sets the component’s background color.final ProgressBar
ProgressBar.setMaxValue
(int maxValue) Sets the numerical value representing the end point of the processfinal ProgressBar
ProgressBar.setMinValue
(int minValue) Sets the numerical value representing the starting point of the processfinal ProgressBar
ProgressBar.setPositionText
(String text) Sets the text representing the current state of the process.ProgressBar.setSize
(ProgressBarSize size) Sets the progress bar.final ProgressBar
Sets the title of the assigned processfinal ProgressBar
ProgressBar.setValue
(int value) Sets the process' current value that represents its stateProgressBar.setVisible
(boolean visible) Sets the visibility of the component.