Class NoListSelectionModel
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.table.NoListSelectionModel
- All Implemented Interfaces:
- ListSelectionModel
- 
Field SummaryFields inherited from interface javax.swing.ListSelectionModelMULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidaddSelectionInterval(int index0, int index1) voidintintintintintbooleanvoidinsertIndexInterval(int index, int length, boolean before) booleanisSelectedIndex(int index) booleanvoidremoveIndexInterval(int index0, int index1) voidvoidremoveSelectionInterval(int index0, int index1) voidsetAnchorSelectionIndex(int index) voidsetLeadSelectionIndex(int index) voidsetSelectionInterval(int index0, int index1) voidsetSelectionMode(int selectionMode) voidsetValueIsAdjusting(boolean valueIsAdjusting) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.ListSelectionModelgetSelectedIndices, getSelectedItemsCount
- 
Constructor Details- 
NoListSelectionModelpublic NoListSelectionModel()
 
- 
- 
Method Details- 
addListSelectionListener- Specified by:
- addListSelectionListenerin interface- ListSelectionModel
 
- 
addSelectionIntervalpublic void addSelectionInterval(int index0, int index1) - Specified by:
- addSelectionIntervalin interface- ListSelectionModel
 
- 
clearSelectionpublic void clearSelection()- Specified by:
- clearSelectionin interface- ListSelectionModel
 
- 
getAnchorSelectionIndexpublic int getAnchorSelectionIndex()- Specified by:
- getAnchorSelectionIndexin interface- ListSelectionModel
 
- 
getLeadSelectionIndexpublic int getLeadSelectionIndex()- Specified by:
- getLeadSelectionIndexin interface- ListSelectionModel
 
- 
getMaxSelectionIndexpublic int getMaxSelectionIndex()- Specified by:
- getMaxSelectionIndexin interface- ListSelectionModel
 
- 
getMinSelectionIndexpublic int getMinSelectionIndex()- Specified by:
- getMinSelectionIndexin interface- ListSelectionModel
 
- 
getSelectionModepublic int getSelectionMode()- Specified by:
- getSelectionModein interface- ListSelectionModel
 
- 
getValueIsAdjustingpublic boolean getValueIsAdjusting()- Specified by:
- getValueIsAdjustingin interface- ListSelectionModel
 
- 
insertIndexIntervalpublic void insertIndexInterval(int index, int length, boolean before) - Specified by:
- insertIndexIntervalin interface- ListSelectionModel
 
- 
isSelectedIndexpublic boolean isSelectedIndex(int index) - Specified by:
- isSelectedIndexin interface- ListSelectionModel
 
- 
isSelectionEmptypublic boolean isSelectionEmpty()- Specified by:
- isSelectionEmptyin interface- ListSelectionModel
 
- 
removeIndexIntervalpublic void removeIndexInterval(int index0, int index1) - Specified by:
- removeIndexIntervalin interface- ListSelectionModel
 
- 
removeListSelectionListener- Specified by:
- removeListSelectionListenerin interface- ListSelectionModel
 
- 
removeSelectionIntervalpublic void removeSelectionInterval(int index0, int index1) - Specified by:
- removeSelectionIntervalin interface- ListSelectionModel
 
- 
setAnchorSelectionIndexpublic void setAnchorSelectionIndex(int index) - Specified by:
- setAnchorSelectionIndexin interface- ListSelectionModel
 
- 
setLeadSelectionIndexpublic void setLeadSelectionIndex(int index) - Specified by:
- setLeadSelectionIndexin interface- ListSelectionModel
 
- 
setSelectionIntervalpublic void setSelectionInterval(int index0, int index1) - Specified by:
- setSelectionIntervalin interface- ListSelectionModel
 
- 
setSelectionModepublic void setSelectionMode(int selectionMode) - Specified by:
- setSelectionModein interface- ListSelectionModel
 
- 
setValueIsAdjustingpublic void setValueIsAdjusting(boolean valueIsAdjusting) - Specified by:
- setValueIsAdjustingin interface- ListSelectionModel
 
 
-