Uses of Interface javax.swing.BoundedRangeModel

Uses in package javax.swing

Classes implementing javax.swing.BoundedRangeModel

class
The default implementation of BoundedRangeModel.

Constructors with parameter type javax.swing.BoundedRangeModel

Creates a new JProgressBar with the specified model.
Creates a new horizontal JSlider instance with the given model.

Fields of type javax.swing.BoundedRangeModel

BoundedRangeModel
The model defining the bounds and current value for the progress bar.
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
Sets the model for the JProgressBar and sends a ChangeEvent to all registered listeners.
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
Returns the model for the 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.