public class MetalComboBoxUI.MetalPropertyChangeListener extends 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(PropertyChangeEvent e)
Handles a property change event, updating the UI components as
appropriate.
|
public MetalComboBoxUI.MetalPropertyChangeListener()
public void propertyChange(PropertyChangeEvent e)
propertyChange in interface PropertyChangeListenerpropertyChange in class BasicComboBoxUI.PropertyChangeHandlere - the event.