com.ibm.di.admin.ui
Class ConnectorSchemaUI.SelectionModel

java.lang.Object
  extended by javax.swing.DefaultListSelectionModel
      extended by 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

Field Summary
 
Fields inherited from class javax.swing.DefaultListSelectionModel
leadAnchorNotificationEnabled, listenerList
 
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
 
Constructor Summary
ConnectorSchemaUI.SelectionModel()
           
 
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)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorSchemaUI.SelectionModel

public ConnectorSchemaUI.SelectionModel()
Method Detail

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