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 Contains classes and interfaces used by the JXGradientChooser component. 
org.jdesktop.swingx.multislider Contains classes used by slider classes, such as JXMultiThumbSlider
 

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 that return MultiThumbModel
 MultiThumbModel GradientPreviewPanel.getMultiThumbModel()
           
 

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<E> model)
          Creates a new instance of Thumb