KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicComboBoxUI.PropertyChangeHandler

javax.swing.plaf.basic
Class BasicComboBoxUI.PropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Direct Known Subclasses:
MetalComboBoxUI.MetalPropertyChangeListener
Enclosing class:
BasicComboBoxUI
See Also:
Source Code, BasicComboBoxUI.createPropertyChangeListener()

public BasicComboBoxUI.PropertyChangeHandler()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void propertyChange(PropertyChangeEvent e)
See Also:
PropertyChangeListener
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags