com.ibm.di.admin.ui
Class WorkEntryTableUI.SelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
com.ibm.di.admin.ui.WorkEntryTableUI.SelectionModel
- All Implemented Interfaces:
- Serializable, Cloneable, ListSelectionModel
- Enclosing class:
- WorkEntryTableUI
public class WorkEntryTableUI.SelectionModel
- extends DefaultListSelectionModel
An implementation class.
- See Also:
- Serialized Form
Method Summary |
void |
setAnchorSelectionIndex(int index)
Sets the anchorSelectionIndex attribute of the SelectionModel object |
void |
setLeadSelectionIndex(int index)
Sets the leadSelectionIndex attribute of the SelectionModel object |
void |
setSelectionInterval(int index0,
int index1)
Sets the selectionInterval attribute of the SelectionModel object |
Methods inherited from class javax.swing.DefaultListSelectionModel |
addListSelectionListener, addSelectionInterval, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setLeadAnchorNotificationEnabled, setSelectionMode, setValueIsAdjusting, toString |
WorkEntryTableUI.SelectionModel
public WorkEntryTableUI.SelectionModel()
- Constructor for the SelectionModel object
setSelectionInterval
public void setSelectionInterval(int index0,
int index1)
- Sets the selectionInterval attribute of the SelectionModel object
- Specified by:
setSelectionInterval
in interface ListSelectionModel
- Overrides:
setSelectionInterval
in class DefaultListSelectionModel
- Parameters:
index0
- The new selectionInterval valueindex1
- The new selectionInterval value
setAnchorSelectionIndex
public void setAnchorSelectionIndex(int index)
- Sets the anchorSelectionIndex attribute of the SelectionModel object
- Specified by:
setAnchorSelectionIndex
in interface ListSelectionModel
- Overrides:
setAnchorSelectionIndex
in class DefaultListSelectionModel
- Parameters:
index
- The new anchorSelectionIndex value
setLeadSelectionIndex
public void setLeadSelectionIndex(int index)
- Sets the leadSelectionIndex attribute of the SelectionModel object
- Specified by:
setLeadSelectionIndex
in interface ListSelectionModel
- Overrides:
setLeadSelectionIndex
in class DefaultListSelectionModel
- Parameters:
index
- The new leadSelectionIndex value