| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Classes implementing javax.swing.BoundedRangeModel | |
| class | The default implementation of BoundedRangeModel.
|
Constructors with parameter type javax.swing.BoundedRangeModel | |
Creates a new horizontally oriented JProgressBar object
with the given model.
| |
Creates a new horizontal JSlider object with the given model.
| |
Fields of type javax.swing.BoundedRangeModel | |
| BoundedRangeModel | The model describing this ProgressBar. |
| BoundedRangeModel | The model that holds the scroll bar's data. |
| BoundedRangeModel | The model used to describe the slider. |
Methods with parameter type javax.swing.BoundedRangeModel | |
| void | This method changes the model property for this JProgressBar.
|
| void | This method sets the model to use with
the scrollbar.
|
| void | This method changes the "model" property. |
Methods with return type javax.swing.BoundedRangeModel | |
| BoundedRangeModel | This method returns the model used with this JProgressBar.
|
| BoundedRangeModel | This method returns the model being used with
the scrollbar.
|
| BoundedRangeModel | This method returns the model of the slider.
|
| GNU Classpath (0.18) |