|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.swing.DefaultListSelectionModel
|
+--JIMSwingGUI.SourceListSelectionModel
This is the SourceListSelectionModel class.
| Fields inherited from class javax.swing.DefaultListSelectionModel |
anchorIndex, firstAdjustedIndex, firstChangedIndex, isAdjusting, lastAdjustedIndex, lastChangedIndex, leadAnchorNotificationEnabled, leadIndex, listenerList, MAX, maxIndex, MIN, minIndex, selectionMode, value |
| Fields inherited from interface javax.swing.ListSelectionModel |
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION |
| Constructor Summary | |
SourceListSelectionModel()
|
|
| Method Summary | |
void |
setSelectionInterval(int index0,
int index1)
|
| Methods inherited from class javax.swing.DefaultListSelectionModel |
addListSelectionListener, addSelectionInterval, changeSelection, changeSelection, clear, clearSelection, clone, contains, fireValueChanged, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, markAsDirty, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, set, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setState, setValueIsAdjusting, toString, updateLeadAnchorIndices |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public SourceListSelectionModel()
| Method Detail |
public void setSelectionInterval(int index0,
int index1)
setSelectionInterval in class javax.swing.DefaultListSelectionModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||