javax.swing.plaf.metal

Class MetalComboBoxUI.MetalPropertyChangeListener

public class MetalComboBoxUI.MetalPropertyChangeListener extends BasicComboBoxUI.PropertyChangeHandler

A listener used to handle property changes in the {@link JComboBox} component, to ensure that the UI delegate accurately reflects the current state in the rendering onscreen.
Constructor Summary
MetalPropertyChangeListener()
Creates a new listener.
Method Summary
voidpropertyChange(PropertyChangeEvent e)
Handles a property change event, updating the UI components as appropriate.

Constructor Detail

MetalPropertyChangeListener

public MetalPropertyChangeListener()
Creates a new listener.

Method Detail

propertyChange

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

Parameters: e the event.