Package org.jdesktop.swingx.plaf.basic
Class BasicYListUI.ListDataHandler
java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicYListUI.ListDataHandler
- All Implemented Interfaces:
EventListener
,ListDataListener
- Enclosing class:
- BasicYListUI
The
ListDataListener
that's added to the JLists
model at
installUI time
, and whenever the JList.model property changes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Constructor Details
-
ListDataHandler
public ListDataHandler()Constructs aListDataHandler
.
-
-
Method Details
-
intervalAdded
- Specified by:
intervalAdded
in interfaceListDataListener
-
intervalRemoved
- Specified by:
intervalRemoved
in interfaceListDataListener
-
contentsChanged
- Specified by:
contentsChanged
in interfaceListDataListener
-