JIMSwingGUI
Class SourceListSelectionModel

java.lang.Object
  |
  +--javax.swing.DefaultListSelectionModel
        |
        +--JIMSwingGUI.SourceListSelectionModel
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.ListSelectionModel, java.io.Serializable

public class SourceListSelectionModel
extends javax.swing.DefaultListSelectionModel

This is the SourceListSelectionModel class.

Author:
Fred Williams
See Also:
Serialized Form

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
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SourceListSelectionModel

public SourceListSelectionModel()
Method Detail

setSelectionInterval

public void setSelectionInterval(int index0,
                                 int index1)
Overrides:
setSelectionInterval in class javax.swing.DefaultListSelectionModel