Class SubstanceComboBoxUI.ComboBoxPropertyChangeHandler
- java.lang.Object
-
- javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
-
- org.pushingpixels.substance.internal.ui.SubstanceComboBoxUI.ComboBoxPropertyChangeHandler
-
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
- SubstanceComboBoxUI
public class SubstanceComboBoxUI.ComboBoxPropertyChangeHandler extends BasicComboBoxUI.PropertyChangeHandler
This property change handler changes combo box arrow icon based on the enabled status of the combo box.
-
-
Constructor Summary
Constructors Constructor Description ComboBoxPropertyChangeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(PropertyChangeEvent e)
-
-
-
Method Detail
-
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Specified by:
propertyChange
in interfacePropertyChangeListener
- Overrides:
propertyChange
in classBasicComboBoxUI.PropertyChangeHandler
-
-