Uses of Class
prefuse.util.ui.JRangeSlider.Orientation

Packages that use JRangeSlider.Orientation
prefuse.data.query Dynamic query bindings and data range models for creating dynamic queries. 
prefuse.util.ui Utility classes facilitating the generation and composition of user interface components. 
 

Uses of JRangeSlider.Orientation in prefuse.data.query
 

Methods in prefuse.data.query with parameters of type JRangeSlider.Orientation
 JRangeSlider RangeQueryBinding.createRangeSlider(JRangeSlider.Orientation orientation, JRangeSlider.Direction direction)
          Create a new range slider for interacting with the query, using the given orientation and direction.
 

Uses of JRangeSlider.Orientation in prefuse.util.ui
 

Fields in prefuse.util.ui declared as JRangeSlider.Orientation
protected  JRangeSlider.Orientation JRangeSlider.orientation
           
 

Methods in prefuse.util.ui that return JRangeSlider.Orientation
static JRangeSlider.Orientation JRangeSlider.Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JRangeSlider.Orientation[] JRangeSlider.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in prefuse.util.ui with parameters of type JRangeSlider.Orientation
JRangeSlider(javax.swing.BoundedRangeModel model, JRangeSlider.Orientation orientation, JRangeSlider.Direction direction)
          Create a new range slider.
JRangeSlider(int minimum, int maximum, int lowValue, int highValue, JRangeSlider.Orientation orientation)
          Create a new range slider.
JRangeSlider(int minimum, int maximum, int lowValue, int highValue, JRangeSlider.Orientation orientation, JRangeSlider.Direction direction)
          Create a new range slider.
 



Copyright © 2008 Regents of the University of California