javax.swing.plaf.basic
Class BasicColorChooserUI.PropertyHandler

java.lang.Object
  extended by 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.


Constructor Summary
BasicColorChooserUI.PropertyHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          This method is called when any of the properties of the JColorChooser change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicColorChooserUI.PropertyHandler

public BasicColorChooserUI.PropertyHandler()
Method Detail

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.