swingx
Version 2005-08-19

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.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.multislider
 

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


swingx
Version 2005-08-19