Package org.ujmp.gui.table
Interface ListSelectionModel64
- All Superinterfaces:
ListSelectionModel
- All Known Implementing Classes:
FastListSelectionModel64
-
Field Summary
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addSelectionInterval
(long index0, long index1) long
long
long
long
void
insertIndexInterval
(long index, long length, boolean before) boolean
isSelectedIndex
(long index) void
removeIndexInterval
(long index0, long index1) void
void
removeSelectionInterval
(long index0, long index1) void
setAnchorSelectionIndex
(long index) void
setLeadSelectionIndex
(long index) void
setSelectionInterval
(long index0, long index1) Methods inherited from interface javax.swing.ListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, getAnchorSelectionIndex, getLeadSelectionIndex, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isSelectedIndex, isSelectionEmpty, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting
-
Method Details
-
setSelectionInterval
void setSelectionInterval(long index0, long index1) -
addSelectionInterval
void addSelectionInterval(long index0, long index1) -
removeSelectionInterval
void removeSelectionInterval(long index0, long index1) -
getMinSelectionIndex64
long getMinSelectionIndex64() -
getMaxSelectionIndex64
long getMaxSelectionIndex64() -
isSelectedIndex
boolean isSelectedIndex(long index) -
getAnchorSelectionIndex64
long getAnchorSelectionIndex64() -
setAnchorSelectionIndex
void setAnchorSelectionIndex(long index) -
getLeadSelectionIndex64
long getLeadSelectionIndex64() -
setLeadSelectionIndex
void setLeadSelectionIndex(long index) -
insertIndexInterval
void insertIndexInterval(long index, long length, boolean before) -
removeIndexInterval
void removeIndexInterval(long index0, long index1) -
addListSelectionListener
-
removeListSelectionListener
-