javax.swing.plaf.basic
Class BasicComboBoxUI.PropertyChangeHandler
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Direct Known Subclasses:
- MetalComboBoxUI.MetalPropertyChangeListener
- Enclosing class:
- BasicComboBoxUI
public class BasicComboBoxUI.PropertyChangeHandler
- extends Object
- implements PropertyChangeListener
Handles PropertyChangeEvent
s fired by the JComboBox
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboBoxUI.PropertyChangeHandler
public BasicComboBoxUI.PropertyChangeHandler()
- Creates a new instance.
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Invoked whenever bound property of JComboBox changes.
- Specified by:
propertyChange
in interface PropertyChangeListener
- Parameters:
e
- the event.