javax.swing.plaf.basic
Class BasicColorChooserUI.PropertyHandler

java.lang.Object
  extended byjavax.swing.plaf.basic.BasicColorChooserUI.PropertyHandler
All Implemented Interfaces:
EventListener, java.beans.PropertyChangeListener
Enclosing class:
BasicColorChooserUI

public class BasicColorChooserUI.PropertyHandler
extends Object
implements java.beans.PropertyChangeListener

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of .


Constructor Summary
BasicColorChooserUI.PropertyHandler()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 
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(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener