Uses of Interface
org.jdesktop.swingx.multislider.MultiThumbModel

Packages that use MultiThumbModel
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.color   
org.jdesktop.swingx.multislider   
 

Uses of MultiThumbModel in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return MultiThumbModel
 MultiThumbModel<E> JXMultiThumbSlider.getModel()
           
 

Methods in org.jdesktop.swingx with parameters of type MultiThumbModel
 void JXMultiThumbSlider.setModel(MultiThumbModel<E> model)
           
 

Uses of MultiThumbModel in org.jdesktop.swingx.color
 

Methods in org.jdesktop.swingx.color with parameters of type MultiThumbModel
 void GradientPreviewPanel.setMultiThumbModel(MultiThumbModel model)
           
 

Uses of MultiThumbModel in org.jdesktop.swingx.multislider
 

Classes in org.jdesktop.swingx.multislider that implement MultiThumbModel
 class AbstractMultiThumbModel<E>
           
 class DefaultMultiThumbModel<E>
           
 

Constructors in org.jdesktop.swingx.multislider with parameters of type MultiThumbModel
Thumb(MultiThumbModel model)
          Creates a new instance of Thumb