javax.swing.plaf.metal
Class MetalComboBoxUI.MetalPropertyChangeListener
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetalComboBoxUI.MetalPropertyChangeListener
public MetalComboBoxUI.MetalPropertyChangeListener()
- Creates a new listener.
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.