javax.swing.plaf.basic
Class BasicComboPopup.PropertyChangeHandler
java.lang.Object
javax.swing.plaf.basic.BasicComboPopup.PropertyChangeHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- BasicComboPopup
protected class BasicComboPopup.PropertyChangeHandler
- extends Object
- implements PropertyChangeListener
This class listens to changes occuring in the bound properties of the
combo box
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboPopup.PropertyChangeHandler
protected BasicComboPopup.PropertyChangeHandler()
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Description copied from interface:
PropertyChangeListener
- Fired after a Bean's property has changed.
- Specified by:
propertyChange
in interface PropertyChangeListener
- Parameters:
e
- the change (containing the old and new values)