Uses of Interface
org.jdesktop.swingx.multislider.MultiThumbModel
-
Packages that use MultiThumbModel Package Description 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 theJXGradientChooser
component.org.jdesktop.swingx.multislider Contains classes used by slider classes, such asJXMultiThumbSlider
. -
-
Uses of MultiThumbModel in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return MultiThumbModel Modifier and Type Method Description MultiThumbModel<E>
JXMultiThumbSlider. getModel()
Methods in org.jdesktop.swingx with parameters of type MultiThumbModel Modifier and Type Method Description 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 Modifier and Type Method Description void
GradientPreviewPanel. setMultiThumbModel(MultiThumbModel model)
-
Uses of MultiThumbModel in org.jdesktop.swingx.multislider
Classes in org.jdesktop.swingx.multislider that implement MultiThumbModel Modifier and Type Class Description class
AbstractMultiThumbModel<E>
class
DefaultMultiThumbModel<E>
Constructors in org.jdesktop.swingx.multislider with parameters of type MultiThumbModel Constructor Description Thumb(MultiThumbModel model)
Creates a new instance of Thumb
-