Package com.illumon.iris.gui.table
Class PermTableSelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
com.illumon.iris.gui.table.PermTableSelectionModel
- All Implemented Interfaces:
Serializable
,Cloneable
,ListSelectionModel
public class PermTableSelectionModel extends DefaultListSelectionModel
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class javax.swing.DefaultListSelectionModel
leadAnchorNotificationEnabled, listenerList
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
-
Constructor Summary
Constructors Constructor Description PermTableSelectionModel()
-
Method Summary
Modifier and Type Method Description void
clearSelection()
void
clearSelectionForReal()
void
setAnchorSelectionIndex(int anchorIndex)
void
setLeadSelectionIndex(int leadIndex)
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, addSelectionInterval, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setLeadAnchorNotificationEnabled, setSelectionInterval, setSelectionMode, setValueIsAdjusting, toString
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.swing.ListSelectionModel
getSelectedIndices, getSelectedItemsCount
-
Constructor Details
-
PermTableSelectionModel
public PermTableSelectionModel()
-
-
Method Details
-
clearSelection
public void clearSelection()- Specified by:
clearSelection
in interfaceListSelectionModel
- Overrides:
clearSelection
in classDefaultListSelectionModel
-
setAnchorSelectionIndex
public void setAnchorSelectionIndex(int anchorIndex)- Specified by:
setAnchorSelectionIndex
in interfaceListSelectionModel
- Overrides:
setAnchorSelectionIndex
in classDefaultListSelectionModel
-
setLeadSelectionIndex
public void setLeadSelectionIndex(int leadIndex)- Specified by:
setLeadSelectionIndex
in interfaceListSelectionModel
- Overrides:
setLeadSelectionIndex
in classDefaultListSelectionModel
-
clearSelectionForReal
public void clearSelectionForReal()
-