public class MetalComboBoxUI.MetalPropertyChangeListener extends javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
JComboBox
component, to ensure that the UI delegate accurately reflects the current
state in the rendering onscreen.| Constructor and Description |
|---|
MetalComboBoxUI.MetalPropertyChangeListener()
Creates a new listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(java.beans.PropertyChangeEvent e)
Handles a property change event, updating the UI components as
appropriate.
|
public MetalComboBoxUI.MetalPropertyChangeListener()
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerpropertyChange in class javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandlere - the event.