Uses of Class
org.jdesktop.swingx.multislider.Thumb
Packages that use Thumb
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains classes and interfaces used by the
JXGradientChooser
component.Contains classes used by slider classes, such as
JXMultiThumbSlider.-
Uses of Thumb in org.jdesktop.swingx
Methods in org.jdesktop.swingx with parameters of type ThumbModifier and TypeMethodDescriptionprivate voidJXGradientChooser.updateFromStop(Thumb<Color> thumb) -
Uses of Thumb in org.jdesktop.swingx.color
Methods in org.jdesktop.swingx.color that return types with arguments of type Thumb -
Uses of Thumb in org.jdesktop.swingx.multislider
Fields in org.jdesktop.swingx.multislider declared as ThumbFields in org.jdesktop.swingx.multislider with type parameters of type ThumbMethods in org.jdesktop.swingx.multislider that return ThumbModifier and TypeMethodDescriptionThumb<?> ThumbDataEvent.getThumb()DefaultMultiThumbModel.getThumbAt(int index) MultiThumbModel.getThumbAt(int index) Methods in org.jdesktop.swingx.multislider that return types with arguments of type ThumbModifier and TypeMethodDescriptionDefaultMultiThumbModel.getSortedThumbs()MultiThumbModel.getSortedThumbs()DefaultMultiThumbModel.iterator()Methods in org.jdesktop.swingx.multislider with parameters of type ThumbModifier and TypeMethodDescriptionprotected voidAbstractMultiThumbModel.fireThumbPositionChanged(Thumb<E> thumb) protected voidAbstractMultiThumbModel.fireThumbValueChanged(Thumb<E> thumb) intDefaultMultiThumbModel.getThumbIndex(Thumb<E> thumb) intMultiThumbModel.getThumbIndex(Thumb<E> thumb) voidAbstractMultiThumbModel.thumbPositionChanged(Thumb<E> thumb) voidMultiThumbModel.thumbPositionChanged(Thumb<E> thumb) voidAbstractMultiThumbModel.thumbValueChanged(Thumb<E> thumb) voidMultiThumbModel.thumbValueChanged(Thumb<E> thumb) Constructors in org.jdesktop.swingx.multislider with parameters of type ThumbModifierConstructorDescriptionThumbDataEvent(Object source, int type, int index, Thumb<?> thumb) Creates a new instance of ThumbDataEvent