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 void
JXGradientChooser.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 void
AbstractMultiThumbModel.fireThumbPositionChanged
(Thumb<E> thumb) protected void
AbstractMultiThumbModel.fireThumbValueChanged
(Thumb<E> thumb) int
DefaultMultiThumbModel.getThumbIndex
(Thumb<E> thumb) int
MultiThumbModel.getThumbIndex
(Thumb<E> thumb) void
AbstractMultiThumbModel.thumbPositionChanged
(Thumb<E> thumb) void
MultiThumbModel.thumbPositionChanged
(Thumb<E> thumb) void
AbstractMultiThumbModel.thumbValueChanged
(Thumb<E> thumb) void
MultiThumbModel.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