com.ibm.di.admin.ui
Class ConnectorSchemaUI.SelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
com.ibm.di.admin.ui.ConnectorSchemaUI.SelectionModel
- All Implemented Interfaces:
- Serializable, Cloneable, ListSelectionModel
- Enclosing class:
- ConnectorSchemaUI
public class ConnectorSchemaUI.SelectionModel
- extends DefaultListSelectionModel
- See Also:
- Serialized Form
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 |
ConnectorSchemaUI.SelectionModel
public ConnectorSchemaUI.SelectionModel()
setSelectionInterval
public void setSelectionInterval(int index0,
int index1)
- Specified by:
setSelectionInterval
in interface ListSelectionModel
- Overrides:
setSelectionInterval
in class DefaultListSelectionModel
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