Class JXGradientChooser.StopListener
java.lang.Object
org.jdesktop.swingx.JXGradientChooser.StopListener
- All Implemented Interfaces:
ThumbListener
- Enclosing class:
JXGradientChooser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidthumbMoved(int thumb, float pos) voidthumbSelected(int thumb)
-
Constructor Details
-
StopListener
public StopListener()
-
-
Method Details
-
thumbMoved
public void thumbMoved(int thumb, float pos) - Specified by:
thumbMovedin interfaceThumbListener
-
thumbSelected
public void thumbSelected(int thumb) - Specified by:
thumbSelectedin interfaceThumbListener
-
mousePressed
- Specified by:
mousePressedin interfaceThumbListener
-