Package org.jdesktop.swingx.plaf.basic
Class BasicYListUI.ListSelectionHandler
java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicYListUI.ListSelectionHandler
- All Implemented Interfaces:
EventListener
,ListSelectionListener
- Enclosing class:
- BasicYListUI
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListSelectionHandler
public ListSelectionHandler()Constructs aListSelectionHandler
.
-
-
Method Details
-
valueChanged
- Specified by:
valueChanged
in interfaceListSelectionListener
-