org.jvnet.substance
Class SubstanceComboBoxUI.ComboBoxPropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
      extended by org.jvnet.substance.SubstanceComboBoxUI.ComboBoxPropertyChangeHandler
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
SubstanceComboBoxUI

public class SubstanceComboBoxUI.ComboBoxPropertyChangeHandler
extends javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler

This property change handler changes combo box arrow icon based on the enabled status of the combo box.

Author:
Kirill Grouchnikov

Constructor Summary
SubstanceComboBoxUI.ComboBoxPropertyChangeHandler()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceComboBoxUI.ComboBoxPropertyChangeHandler

public SubstanceComboBoxUI.ComboBoxPropertyChangeHandler()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Overrides:
propertyChange in class javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler