KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.plaf.basic
Class BasicListUI.PropertyChangeHandler

java.lang.Object
  extended by javax.swing.plaf.basic.BasicListUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicListUI
See Also:
Source Code, XMLEncoder, BasicListUI.maybeUpdateLayoutState(), BasicListUI.createPropertyChangeListener(), BasicListUI.installUI(javax.swing.JComponent)

public BasicListUI.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