Class NoListSelectionModel
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.table.NoListSelectionModel
 
- 
- All Implemented Interfaces:
- javax.swing.ListSelectionModel
 
 public class NoListSelectionModel extends java.lang.Object implements javax.swing.ListSelectionModel
- 
- 
Constructor SummaryConstructors Constructor Description NoListSelectionModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListSelectionListener(javax.swing.event.ListSelectionListener x)voidaddSelectionInterval(int index0, int index1)voidclearSelection()intgetAnchorSelectionIndex()intgetLeadSelectionIndex()intgetMaxSelectionIndex()intgetMinSelectionIndex()intgetSelectionMode()booleangetValueIsAdjusting()voidinsertIndexInterval(int index, int length, boolean before)booleanisSelectedIndex(int index)booleanisSelectionEmpty()voidremoveIndexInterval(int index0, int index1)voidremoveListSelectionListener(javax.swing.event.ListSelectionListener x)voidremoveSelectionInterval(int index0, int index1)voidsetAnchorSelectionIndex(int index)voidsetLeadSelectionIndex(int index)voidsetSelectionInterval(int index0, int index1)voidsetSelectionMode(int selectionMode)voidsetValueIsAdjusting(boolean valueIsAdjusting)
 
- 
- 
- 
Method Detail- 
addListSelectionListenerpublic void addListSelectionListener(javax.swing.event.ListSelectionListener x) - Specified by:
- addListSelectionListenerin interface- javax.swing.ListSelectionModel
 
 - 
addSelectionIntervalpublic void addSelectionInterval(int index0, int index1)- Specified by:
- addSelectionIntervalin interface- javax.swing.ListSelectionModel
 
 - 
clearSelectionpublic void clearSelection() - Specified by:
- clearSelectionin interface- javax.swing.ListSelectionModel
 
 - 
getAnchorSelectionIndexpublic int getAnchorSelectionIndex() - Specified by:
- getAnchorSelectionIndexin interface- javax.swing.ListSelectionModel
 
 - 
getLeadSelectionIndexpublic int getLeadSelectionIndex() - Specified by:
- getLeadSelectionIndexin interface- javax.swing.ListSelectionModel
 
 - 
getMaxSelectionIndexpublic int getMaxSelectionIndex() - Specified by:
- getMaxSelectionIndexin interface- javax.swing.ListSelectionModel
 
 - 
getMinSelectionIndexpublic int getMinSelectionIndex() - Specified by:
- getMinSelectionIndexin interface- javax.swing.ListSelectionModel
 
 - 
getSelectionModepublic int getSelectionMode() - Specified by:
- getSelectionModein interface- javax.swing.ListSelectionModel
 
 - 
getValueIsAdjustingpublic boolean getValueIsAdjusting() - Specified by:
- getValueIsAdjustingin interface- javax.swing.ListSelectionModel
 
 - 
insertIndexIntervalpublic void insertIndexInterval(int index, int length, boolean before)- Specified by:
- insertIndexIntervalin interface- javax.swing.ListSelectionModel
 
 - 
isSelectedIndexpublic boolean isSelectedIndex(int index) - Specified by:
- isSelectedIndexin interface- javax.swing.ListSelectionModel
 
 - 
isSelectionEmptypublic boolean isSelectionEmpty() - Specified by:
- isSelectionEmptyin interface- javax.swing.ListSelectionModel
 
 - 
removeIndexIntervalpublic void removeIndexInterval(int index0, int index1)- Specified by:
- removeIndexIntervalin interface- javax.swing.ListSelectionModel
 
 - 
removeListSelectionListenerpublic void removeListSelectionListener(javax.swing.event.ListSelectionListener x) - Specified by:
- removeListSelectionListenerin interface- javax.swing.ListSelectionModel
 
 - 
removeSelectionIntervalpublic void removeSelectionInterval(int index0, int index1)- Specified by:
- removeSelectionIntervalin interface- javax.swing.ListSelectionModel
 
 - 
setAnchorSelectionIndexpublic void setAnchorSelectionIndex(int index) - Specified by:
- setAnchorSelectionIndexin interface- javax.swing.ListSelectionModel
 
 - 
setLeadSelectionIndexpublic void setLeadSelectionIndex(int index) - Specified by:
- setLeadSelectionIndexin interface- javax.swing.ListSelectionModel
 
 - 
setSelectionIntervalpublic void setSelectionInterval(int index0, int index1)- Specified by:
- setSelectionIntervalin interface- javax.swing.ListSelectionModel
 
 - 
setSelectionModepublic void setSelectionMode(int selectionMode) - Specified by:
- setSelectionModein interface- javax.swing.ListSelectionModel
 
 - 
setValueIsAdjustingpublic void setValueIsAdjusting(boolean valueIsAdjusting) - Specified by:
- setValueIsAdjustingin interface- javax.swing.ListSelectionModel
 
 
- 
 
-