Uses of Class
org.jdesktop.swingx.multislider.Thumb
Packages that use Thumb
Package
Description
Contains classes used by slider classes, such as
JXMultiThumbSlider
.-
Uses of Thumb in org.jdesktop.swingx.multislider
Fields 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) getterMultiThumbModel.getThumbAt
(int index) getterMethods in org.jdesktop.swingx.multislider that return types with arguments of type ThumbModifier and TypeMethodDescriptionDefaultMultiThumbModel.getSortedThumbs()
TODO maven-javadoc-plugin 3.3.2 needs a doc hereMultiThumbModel.getSortedThumbs()
TODO maven-javadoc-plugin 3.3.2 needs a doc hereDefaultMultiThumbModel.iterator()
Methods in org.jdesktop.swingx.multislider with parameters of type ThumbModifier and TypeMethodDescriptionprotected void
AbstractMultiThumbModel.fireThumbPositionChanged
(Thumb<E> thumb) Notifies all listeners that have registered interest for notification on thumb position change.protected void
AbstractMultiThumbModel.fireThumbValueChanged
(Thumb<E> thumb) Notifies all listeners that have registered interest for notification on value change.int
DefaultMultiThumbModel.getThumbIndex
(Thumb<E> thumb) finderint
MultiThumbModel.getThumbIndex
(Thumb<E> thumb) findervoid
AbstractMultiThumbModel.thumbPositionChanged
(Thumb<E> thumb) TODO docvoid
MultiThumbModel.thumbPositionChanged
(Thumb<E> thumb) TODO docvoid
AbstractMultiThumbModel.thumbValueChanged
(Thumb<E> thumb) Notifies all listeners that have registered interest for notification on value change.void
MultiThumbModel.thumbValueChanged
(Thumb<E> thumb) TODO docConstructors in org.jdesktop.swingx.multislider with parameters of type ThumbModifierConstructorDescriptionThumbDataEvent
(Object source, int type, int index, Thumb<?> thumb) Creates a new instance of ThumbDataEvent