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 voidAbstractMultiThumbModel.fireThumbPositionChanged(Thumb<E> thumb) Notifies all listeners that have registered interest for notification on thumb position change.protected voidAbstractMultiThumbModel.fireThumbValueChanged(Thumb<E> thumb) Notifies all listeners that have registered interest for notification on value change.intDefaultMultiThumbModel.getThumbIndex(Thumb<E> thumb) finderintMultiThumbModel.getThumbIndex(Thumb<E> thumb) findervoidAbstractMultiThumbModel.thumbPositionChanged(Thumb<E> thumb) TODO docvoidMultiThumbModel.thumbPositionChanged(Thumb<E> thumb) TODO docvoidAbstractMultiThumbModel.thumbValueChanged(Thumb<E> thumb) Notifies all listeners that have registered interest for notification on value change.voidMultiThumbModel.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