Package ca.spatial.table
Class DeltaListSelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
ca.spatial.table.DeltaListSelectionModel
- All Implemented Interfaces:
Serializable
,Cloneable
,ListSelectionModel
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListSelectionListener(ListSelectionListener listener)
void
addSelectionInterval(int index0, int index1)
void
void
insertIndexInterval(int index, int length, boolean before)
void
removeIndexInterval(int index0, int index1)
void
removeListSelectionListener(ListSelectionListener listener)
void
removeSelectionInterval(int index0, int index1)
void
setSelectionInterval(int index0, int index1)
Methods inherited from class javax.swing.DefaultListSelectionModel
clone, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setValueIsAdjusting, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.swing.ListSelectionModel
getSelectedIndices, getSelectedItemsCount
-
Constructor Details
-
DeltaListSelectionModel
public DeltaListSelectionModel()
-
-
Method Details
-
addListSelectionListener
- Specified by:
addListSelectionListener
in interfaceListSelectionModel
- Overrides:
addListSelectionListener
in classDefaultListSelectionModel
-
removeListSelectionListener
- Specified by:
removeListSelectionListener
in interfaceListSelectionModel
- Overrides:
removeListSelectionListener
in classDefaultListSelectionModel
-
clearSelection
public void clearSelection()- Specified by:
clearSelection
in interfaceListSelectionModel
- Overrides:
clearSelection
in classDefaultListSelectionModel
-
setSelectionInterval
public void setSelectionInterval(int index0, int index1)- Specified by:
setSelectionInterval
in interfaceListSelectionModel
- Overrides:
setSelectionInterval
in classDefaultListSelectionModel
-
addSelectionInterval
public void addSelectionInterval(int index0, int index1)- Specified by:
addSelectionInterval
in interfaceListSelectionModel
- Overrides:
addSelectionInterval
in classDefaultListSelectionModel
-
removeSelectionInterval
public void removeSelectionInterval(int index0, int index1)- Specified by:
removeSelectionInterval
in interfaceListSelectionModel
- Overrides:
removeSelectionInterval
in classDefaultListSelectionModel
-
insertIndexInterval
public void insertIndexInterval(int index, int length, boolean before)- Specified by:
insertIndexInterval
in interfaceListSelectionModel
- Overrides:
insertIndexInterval
in classDefaultListSelectionModel
-
removeIndexInterval
public void removeIndexInterval(int index0, int index1)- Specified by:
removeIndexInterval
in interfaceListSelectionModel
- Overrides:
removeIndexInterval
in classDefaultListSelectionModel
-