javax.swing.plaf.metal
Class MetalComboBoxUI.MetalPropertyChangeListener

java.lang.Object
  extended byjavax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
      extended byjavax.swing.plaf.metal.MetalComboBoxUI.MetalPropertyChangeListener
All Implemented Interfaces:
EventListener, java.beans.PropertyChangeListener
Enclosing class:
MetalComboBoxUI

public class MetalComboBoxUI.MetalPropertyChangeListener
extends BasicComboBoxUI.PropertyChangeHandler

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
MetalComboBoxUI.MetalPropertyChangeListener()
           
 
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

MetalComboBoxUI.MetalPropertyChangeListener

public MetalComboBoxUI.MetalPropertyChangeListener()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Overrides:
propertyChange in class BasicComboBoxUI.PropertyChangeHandler