edu.buffalo.fs7.qsymbol2
Class QubitSelectionModel2

java.lang.Object
  |
  +--javax.swing.DefaultListSelectionModel
        |
        +--edu.buffalo.fs7.qsymbol2.QubitSelectionModel2
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.ListSelectionModel, java.io.Serializable

public class QubitSelectionModel2
extends javax.swing.DefaultListSelectionModel

This class copies a lot of the code of the original DefaultSelectionModel. It is not necessarily the fine art of object oriented programming, but the changes

See Also:
ListSelectionModel, Serialized Form

Field Summary
protected  PriorityQueue priorityQueue
           
 
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
QubitSelectionModel2()
           
 
Method Summary
 java.util.Vector getIndicesByPriority()
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

priorityQueue

protected PriorityQueue priorityQueue
Constructor Detail

QubitSelectionModel2

public QubitSelectionModel2()
Method Detail

getIndicesByPriority

public java.util.Vector getIndicesByPriority()