Is the base interface of multiple selection lists.
This component family uses a javax.swing.ListSelectionModel to keep
track of selection states. When a list item is selected (usually by clicking it) the selection
state is updated accordingly using the selection model (this one fires any listener registered).
By default this component type uses a javax.swing.DefaultListModel
data model.
author: Jose Maria Arranz Santamaria |