Class NoListSelectionModel
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.table.NoListSelectionModel
- All Implemented Interfaces:
ListSelectionModel
-
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
void
addSelectionInterval
(int index0, int index1) void
int
int
int
int
int
boolean
void
insertIndexInterval
(int index, int length, boolean before) boolean
isSelectedIndex
(int index) boolean
void
removeIndexInterval
(int index0, int index1) void
void
removeSelectionInterval
(int index0, int index1) void
setAnchorSelectionIndex
(int index) void
setLeadSelectionIndex
(int index) void
setSelectionInterval
(int index0, int index1) void
setSelectionMode
(int selectionMode) void
setValueIsAdjusting
(boolean valueIsAdjusting) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.ListSelectionModel
getSelectedIndices, getSelectedItemsCount
-
Constructor Details
-
NoListSelectionModel
public NoListSelectionModel()
-
-
Method Details
-
addListSelectionListener
- Specified by:
addListSelectionListener
in interfaceListSelectionModel
-
addSelectionInterval
public void addSelectionInterval(int index0, int index1) - Specified by:
addSelectionInterval
in interfaceListSelectionModel
-
clearSelection
public void clearSelection()- Specified by:
clearSelection
in interfaceListSelectionModel
-
getAnchorSelectionIndex
public int getAnchorSelectionIndex()- Specified by:
getAnchorSelectionIndex
in interfaceListSelectionModel
-
getLeadSelectionIndex
public int getLeadSelectionIndex()- Specified by:
getLeadSelectionIndex
in interfaceListSelectionModel
-
getMaxSelectionIndex
public int getMaxSelectionIndex()- Specified by:
getMaxSelectionIndex
in interfaceListSelectionModel
-
getMinSelectionIndex
public int getMinSelectionIndex()- Specified by:
getMinSelectionIndex
in interfaceListSelectionModel
-
getSelectionMode
public int getSelectionMode()- Specified by:
getSelectionMode
in interfaceListSelectionModel
-
getValueIsAdjusting
public boolean getValueIsAdjusting()- Specified by:
getValueIsAdjusting
in interfaceListSelectionModel
-
insertIndexInterval
public void insertIndexInterval(int index, int length, boolean before) - Specified by:
insertIndexInterval
in interfaceListSelectionModel
-
isSelectedIndex
public boolean isSelectedIndex(int index) - Specified by:
isSelectedIndex
in interfaceListSelectionModel
-
isSelectionEmpty
public boolean isSelectionEmpty()- Specified by:
isSelectionEmpty
in interfaceListSelectionModel
-
removeIndexInterval
public void removeIndexInterval(int index0, int index1) - Specified by:
removeIndexInterval
in interfaceListSelectionModel
-
removeListSelectionListener
- Specified by:
removeListSelectionListener
in interfaceListSelectionModel
-
removeSelectionInterval
public void removeSelectionInterval(int index0, int index1) - Specified by:
removeSelectionInterval
in interfaceListSelectionModel
-
setAnchorSelectionIndex
public void setAnchorSelectionIndex(int index) - Specified by:
setAnchorSelectionIndex
in interfaceListSelectionModel
-
setLeadSelectionIndex
public void setLeadSelectionIndex(int index) - Specified by:
setLeadSelectionIndex
in interfaceListSelectionModel
-
setSelectionInterval
public void setSelectionInterval(int index0, int index1) - Specified by:
setSelectionInterval
in interfaceListSelectionModel
-
setSelectionMode
public void setSelectionMode(int selectionMode) - Specified by:
setSelectionMode
in interfaceListSelectionModel
-
setValueIsAdjusting
public void setValueIsAdjusting(boolean valueIsAdjusting) - Specified by:
setValueIsAdjusting
in interfaceListSelectionModel
-