Package org.jdesktop.swingx
Class JXGradientChooser.StopListener
- java.lang.Object
-
- org.jdesktop.swingx.JXGradientChooser.StopListener
-
- All Implemented Interfaces:
ThumbListener
- Enclosing class:
- JXGradientChooser
private class JXGradientChooser.StopListener extends java.lang.Object implements ThumbListener
-
-
Constructor Summary
Constructors Constructor Description StopListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmousePressed(java.awt.event.MouseEvent e)voidthumbMoved(int thumb, float pos)voidthumbSelected(int thumb)
-
-
-
Method Detail
-
thumbMoved
public void thumbMoved(int thumb, float pos)- Specified by:
thumbMovedin interfaceThumbListener
-
thumbSelected
public void thumbSelected(int thumb)
- Specified by:
thumbSelectedin interfaceThumbListener
-
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- Specified by:
mousePressedin interfaceThumbListener
-
-