Package org.jdesktop.swingx.plaf.basic
Class BasicYListUI.PropertyChangeHandler
java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicYListUI.PropertyChangeHandler
- All Implemented Interfaces:
PropertyChangeListener,EventListener
- Enclosing class:
- BasicYListUI
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyChangeHandler
public PropertyChangeHandler()Constructs aPropertyChangeHandler.
-
-
Method Details
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-