javax.swing.plaf.metal
Class MetalComboBoxUI.MetalPropertyChangeListener

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

public class MetalComboBoxUI.MetalPropertyChangeListener
extends BasicComboBoxUI.PropertyChangeHandler

A listener used to handle property changes in the JComboBox component, to ensure that the UI delegate accurately reflects the current state in the rendering onscreen.


Constructor Summary
MetalComboBoxUI.MetalPropertyChangeListener()
          Creates a new listener.
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Handles a property change event, updating the UI components as appropriate.
 
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()
Creates a new listener.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Handles a property change event, updating the UI components as appropriate.

Specified by:
propertyChange in interface PropertyChangeListener
Overrides:
propertyChange in class BasicComboBoxUI.PropertyChangeHandler
Parameters:
e - the event.