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, listenerListFields 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 voidclearSelection()voidclearSelectionForReal()voidsetAnchorSelectionIndex(int anchorIndex)voidsetLeadSelectionIndex(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, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.swing.ListSelectionModel
getSelectedIndices, getSelectedItemsCount
-
Constructor Details
-
PermTableSelectionModel
public PermTableSelectionModel()
-
-
Method Details
-
clearSelection
public void clearSelection()- Specified by:
clearSelectionin interfaceListSelectionModel- Overrides:
clearSelectionin classDefaultListSelectionModel
-
setAnchorSelectionIndex
public void setAnchorSelectionIndex(int anchorIndex)- Specified by:
setAnchorSelectionIndexin interfaceListSelectionModel- Overrides:
setAnchorSelectionIndexin classDefaultListSelectionModel
-
setLeadSelectionIndex
public void setLeadSelectionIndex(int leadIndex)- Specified by:
setLeadSelectionIndexin interfaceListSelectionModel- Overrides:
setLeadSelectionIndexin classDefaultListSelectionModel
-
clearSelectionForReal
public void clearSelectionForReal()
-