public
classDefaultSelectable
implements
Selectable
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Not specified.
The element used by CheckBoxList's ListModel. In order to allow check box
in JList without messing up when list model changes, we use this class
to store the object itself and a boolean to indicated if the row is selected.