Uses of Interface
org.jdesktop.swingx.multislider.ThumbDataListener
Packages that use ThumbDataListener
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 used by slider classes, such as
JXMultiThumbSlider
.-
Uses of ThumbDataListener in org.jdesktop.swingx
Classes in org.jdesktop.swingx that implement ThumbDataListenerFields in org.jdesktop.swingx declared as ThumbDataListener -
Uses of ThumbDataListener in org.jdesktop.swingx.multislider
Fields in org.jdesktop.swingx.multislider with type parameters of type ThumbDataListenerModifier and TypeFieldDescriptionprotected List
<ThumbDataListener> AbstractMultiThumbModel.thumbDataListeners
Methods in org.jdesktop.swingx.multislider with parameters of type ThumbDataListenerModifier and TypeMethodDescriptionvoid
AbstractMultiThumbModel.addThumbDataListener
(ThumbDataListener listener) void
MultiThumbModel.addThumbDataListener
(ThumbDataListener listener) void
AbstractMultiThumbModel.removeThumbDataListener
(ThumbDataListener listener) void
MultiThumbModel.removeThumbDataListener
(ThumbDataListener listener)