javax.swing.plaf.basic
Class BasicColorChooserUI.PropertyHandler
java.lang.Object
javax.swing.plaf.basic.BasicColorChooserUI.PropertyHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- BasicColorChooserUI
public class BasicColorChooserUI.PropertyHandler
- extends Object
- implements PropertyChangeListener
This helper class handles property changes from the JColorChooser.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicColorChooserUI.PropertyHandler
public BasicColorChooserUI.PropertyHandler()
propertyChange
public void propertyChange(PropertyChangeEvent e)
- This method is called when any of the properties of the JColorChooser
change.
- Specified by:
propertyChange
in interface PropertyChangeListener
- Parameters:
e
- The PropertyChangeEvent.