| GNU Classpath (0.91) | |
| 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 instance 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 store the slider's range and current value. |
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 | Sets the slider's model and sends a PropertyChangeEvent (with the
property name "model") to all registered listeners. |
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 | Returns the slider's model, which stores the minimum, maximum and current
values.
|
| GNU Classpath (0.91) |