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:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- PlasticComboBoxUI
private final class PlasticComboBoxUI.PlasticPropertyChangeListener extends javax.swing.plaf.basic.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 Modifier Constructor Description private
PlasticPropertyChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent e)
-