Class BasicYListUI.ListSelectionHandler

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

public class BasicYListUI.ListSelectionHandler extends Object implements ListSelectionListener
The ListSelectionListener that's added to the JLists selection model at installUI time, and whenever the JList.selectionModel property changes. When the selection changes we repaint the affected rows.
See Also: