GNU Classpath (0.20) | |
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 | Returns the bounded range model that describes the horizontal visibility
of the text field in the case when the text does not fit into the
available space. |
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.20) |