net.sf.sbcc.componentcombo.plaf.metal
Class MetalComponentComboBoxUI.MetalPropertyChangeListener

java.lang.Object
  extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI.PropertyChangeHandler
      extended by net.sf.sbcc.componentcombo.plaf.metal.MetalComponentComboBoxUI.MetalPropertyChangeListener
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
MetalComponentComboBoxUI

public class MetalComponentComboBoxUI.MetalPropertyChangeListener
extends BasicComponentComboBoxUI.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
MetalComponentComboBoxUI.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

MetalComponentComboBoxUI.MetalPropertyChangeListener

public MetalComponentComboBoxUI.MetalPropertyChangeListener()
Method Detail

propertyChange

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