org.objectweb.fractal.gui.dialog.model
Class InterfaceTableSelectionModel
java.lang.Object
javax.swing.DefaultListSelectionModel
org.objectweb.fractal.gui.dialog.model.InterfaceTableSelectionModel
- All Implemented Interfaces:
- Cloneable, ListSelectionModel, Serializable
- public class InterfaceTableSelectionModel
- extends DefaultListSelectionModel
A ListSelectionModel
based on a Component
and
a Selection
models. This model makes a conversion from a Selection
model to a ListSelectionModel
. It represents
the currently selected component interface, as given by the Selection
model.
- 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, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setValueIsAdjusting, toString |
setSelectionInterval
public void setSelectionInterval(int index0,
int index1)