Package org.jdesktop.swingx.multislider
Interface ThumbListener
- All Known Implementing Classes:
JXGradientChooser.StopListener
public interface ThumbListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
mousePressed
(MouseEvent evt) void
thumbMoved
(int thumb, float pos) void
thumbSelected
(int thumb)
-
Method Details
-
thumbMoved
void thumbMoved(int thumb, float pos) -
thumbSelected
void thumbSelected(int thumb) -
mousePressed
-