Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.BoundedRangeModel

Packages that use BoundedRangeModel
com.sun.java.swing Provides a set of "lightweight" (all-Java
 

Uses of BoundedRangeModel in com.sun.java.swing
 

Classes in com.sun.java.swing that implement BoundedRangeModel
  DefaultBoundedRangeModel
          A generic implementation of BoundedRangeModel.
 

Fields in com.sun.java.swing declared as BoundedRangeModel
protected  BoundedRangeModel JScrollBar.model
          The model that represents the scrollbar's minimum, maximum, extent (aka "visibleAmount") and current value.
protected  BoundedRangeModel JSlider.sliderModel
          The data model that handles the numeric maximum value, minimum value, and current-position value for the slider.
protected  BoundedRangeModel JProgressBar.model
           
 

Methods in com.sun.java.swing that return BoundedRangeModel
 BoundedRangeModel JScrollBar.getModel()
          Returns data model that handles the scrollbar's four fundamental properties: minimum, maximum, value, extent.
 BoundedRangeModel JTextField.getHorizontalVisibility()
          Gets the visibility of the text field.
 BoundedRangeModel JSlider.getModel()
          Returns data model that handles the sliders three fundamental properties: minimum, maximum, value.
 BoundedRangeModel JProgressBar.getModel()
          Returns the data model used by the JProgressBar.
 

Methods in com.sun.java.swing with parameters of type BoundedRangeModel
 void JScrollBar.setModel(BoundedRangeModel newModel)
          Sets the model that handles the scrollbar's four fundamental properties: minimum, maximum, value, extent.
 void JSlider.setModel(BoundedRangeModel newModel)
          Sets the model that handles the sliders three fundamental properties: minimum, maximum, value.
 void JProgressBar.setModel(BoundedRangeModel newModel)
          Sets the data model used by the JProgressBar.
 

Constructors in com.sun.java.swing with parameters of type BoundedRangeModel
JSlider.JSlider(BoundedRangeModel brm)
          Creates a horizontal slider using the specified BoundedRangeModel.
JProgressBar.JProgressBar(BoundedRangeModel newModel)
          Creates a horizontal progress bar.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.