Package org.jdesktop.swingx
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 TypeMethodDescriptionvoid
void
thumbMoved
(int thumb, float pos) void
thumbSelected
(int thumb)
-
Constructor Details
-
StopListener
public StopListener()
-
-
Method Details
-
thumbMoved
public void thumbMoved(int thumb, float pos) - Specified by:
thumbMoved
in interfaceThumbListener
-
thumbSelected
public void thumbSelected(int thumb) - Specified by:
thumbSelected
in interfaceThumbListener
-
mousePressed
- Specified by:
mousePressed
in interfaceThumbListener
-