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 theJXGradientChoosercomponent.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 voidJXMultiThumbSlider. 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 voidGradientPreviewPanel. 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 classAbstractMultiThumbModel<E>classDefaultMultiThumbModel<E>Constructors in org.jdesktop.swingx.multislider with parameters of type MultiThumbModel Constructor Description Thumb(MultiThumbModel model)Creates a new instance of Thumb
-