Class BasicYListUI.PropertyChangeHandler

java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicYListUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicYListUI

public class BasicYListUI.PropertyChangeHandler extends Object implements PropertyChangeListener
The PropertyChangeListener that's added to the JList at installUI time. When the value of a JList property that affects layout changes, we set a bit in updateLayoutStateNeeded. If the JLists model changes we additionally remove our listeners from the old model. Likewise for the JList selectionModel.
See Also: