javax.swing.plaf.basic
Class BasicListUI.PropertyChangeHandler
java.lang.Object
javax.swing.plaf.basic.BasicListUI.PropertyChangeHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- BasicListUI
public class BasicListUI.PropertyChangeHandler
- extends Object
- implements PropertyChangeListener
Helper class which listens to PropertyChangeEvent
s
from the JList
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicListUI.PropertyChangeHandler
public BasicListUI.PropertyChangeHandler()
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Called when the
JList
changes one of its bound properties.
- Specified by:
propertyChange
in interface PropertyChangeListener
- Parameters:
e
- The event representing the property change