Package com.jgoodies.looks.plastic
Class PlasticComboBoxUI.PlasticPropertyChangeListener
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
com.jgoodies.looks.plastic.PlasticComboBoxUI.PlasticPropertyChangeListener
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
PlasticComboBoxUI
private final class PlasticComboBoxUI.PlasticPropertyChangeListener
extends BasicComboBoxUI.PropertyChangeHandler
Overriden to use PlasticComboBoxButton instead of a MetalComboBoxButton.
Required if we have a combobox button that does not extend MetalComboBoxButton
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlasticPropertyChangeListener
private PlasticPropertyChangeListener()
-
-
Method Details
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
- Overrides:
propertyChange
in classBasicComboBoxUI.PropertyChangeHandler
-