Uses of Interface
pt.uminho.generic.components.DoubleBoundedRangeModel

Packages that use DoubleBoundedRangeModel
pt.uminho.generic.components   
 

Uses of DoubleBoundedRangeModel in pt.uminho.generic.components
 

Classes in pt.uminho.generic.components that implement DoubleBoundedRangeModel
 class DefaultDoubleBoundedRangeModel
          Caution this is a modified version of the infovis toolkit which strips down the minimal code to use the DoubleRangeSlider.
 

Methods in pt.uminho.generic.components that return DoubleBoundedRangeModel
 DoubleBoundedRangeModel JSliderDouble.getModel()
          Returns the doubleBoundedRangeModel.
 

Methods in pt.uminho.generic.components with parameters of type DoubleBoundedRangeModel
 void JSliderDouble.setModel(DoubleBoundedRangeModel model)
          Sets the doubleBoundedRangeModel.
 

Constructors in pt.uminho.generic.components with parameters of type DoubleBoundedRangeModel
JSliderDouble(DoubleBoundedRangeModel model)
          Creates a new RangeSlider object.