Package org.jdesktop.swingx
Class JXColorSelectionButton.ColorChangeListener
- java.lang.Object
-
- org.jdesktop.swingx.JXColorSelectionButton.ColorChangeListener
-
- All Implemented Interfaces:
java.util.EventListener
,javax.swing.event.ChangeListener
- Enclosing class:
- JXColorSelectionButton
private class JXColorSelectionButton.ColorChangeListener extends java.lang.Object implements javax.swing.event.ChangeListener
A listener class to update the button's background when the selected color changes.
-
-
Field Summary
Fields Modifier and Type Field Description JXColorSelectionButton
button
-
Constructor Summary
Constructors Constructor Description ColorChangeListener(JXColorSelectionButton button)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
stateChanged(javax.swing.event.ChangeEvent changeEvent)
-
-
-
Field Detail
-
button
public JXColorSelectionButton button
-
-
Constructor Detail
-
ColorChangeListener
public ColorChangeListener(JXColorSelectionButton button)
-
-