javax.swing.plaf.basic

Class BasicComboBoxUI.PropertyChangeHandler

public class BasicComboBoxUI.PropertyChangeHandler extends Object implements PropertyChangeListener

Handles {@link PropertyChangeEvent}s fired by the {@link JComboBox}.
Constructor Summary
PropertyChangeHandler()
Creates a new instance.
Method Summary
voidpropertyChange(PropertyChangeEvent e)
Invoked whenever bound property of JComboBox changes.

Constructor Detail

PropertyChangeHandler

public PropertyChangeHandler()
Creates a new instance.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Invoked whenever bound property of JComboBox changes.

Parameters: e the event.