Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
0
0
0
26
26
Status
Not Changed
Class Summary
ListSelectionModel
Field Detail
MULTIPLE_INTERVAL_SELECTION
SINGLE_INTERVAL_SELECTION
SINGLE_SELECTION
Constructor Detail
Method Detail
addListSelectionListener(javax.swing.event.ListSelectionListener)
addSelectionInterval(int,int)
clearSelection()
getAnchorSelectionIndex()
getLeadSelectionIndex()
getMaxSelectionIndex()
getMinSelectionIndex()
getSelectedIndices()
getSelectedItemsCount()
getSelectionMode()
getValueIsAdjusting()
insertIndexInterval(int,int,boolean)
isSelectedIndex(int)
isSelectionEmpty()
removeIndexInterval(int,int)
removeListSelectionListener(javax.swing.event.ListSelectionListener)
removeSelectionInterval(int,int)
setAnchorSelectionIndex(int)
setLeadSelectionIndex(int)
setSelectionInterval(int,int)
setSelectionMode(int)
setValueIsAdjusting(boolean)
© 2020 Oracle Corporation and/or its affiliates