'STRAP:multiple sequence alignments '

charite.christo
Class ChListSelectionModel

java.lang.Object
  extended by javax.swing.DefaultListSelectionModel
      extended by charite.christo.ChListSelectionModel
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.ListSelectionModel

public class ChListSelectionModel
extends javax.swing.DefaultListSelectionModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
 
Constructor Summary
ChListSelectionModel(java.lang.Object m)
           
 
Method Summary
 void addSelectionInterval(int from, int to)
           
 void clearSelection()
           
 void fireValChanged()
           
 int getAnchorSelectionIndex()
           
 int getLeadSelectionIndex()
           
 int getMaxSelectionIndex()
           
 int getMinSelectionIndex()
           
 java.util.Set getSet()
           
 boolean isSelectedIndex(int index)
           
 boolean isSelectionEmpty()
           
 void removeSelectionInterval(int from, int to)
           
 void setSelectionInterval(int index0, int index1)
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, clone, getListeners, getListSelectionListeners, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setValueIsAdjusting, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChListSelectionModel

public ChListSelectionModel(java.lang.Object m)
Method Detail

getSet

public java.util.Set getSet()

fireValChanged

public void fireValChanged()

isSelectedIndex

public boolean isSelectedIndex(int index)
Specified by:
isSelectedIndex in interface javax.swing.ListSelectionModel
Overrides:
isSelectedIndex in class javax.swing.DefaultListSelectionModel

isSelectionEmpty

public boolean isSelectionEmpty()
Specified by:
isSelectionEmpty in interface javax.swing.ListSelectionModel
Overrides:
isSelectionEmpty in class javax.swing.DefaultListSelectionModel

getMaxSelectionIndex

public int getMaxSelectionIndex()
Specified by:
getMaxSelectionIndex in interface javax.swing.ListSelectionModel
Overrides:
getMaxSelectionIndex in class javax.swing.DefaultListSelectionModel

getMinSelectionIndex

public int getMinSelectionIndex()
Specified by:
getMinSelectionIndex in interface javax.swing.ListSelectionModel
Overrides:
getMinSelectionIndex in class javax.swing.DefaultListSelectionModel

removeSelectionInterval

public void removeSelectionInterval(int from,
                                    int to)
Specified by:
removeSelectionInterval in interface javax.swing.ListSelectionModel
Overrides:
removeSelectionInterval in class javax.swing.DefaultListSelectionModel

addSelectionInterval

public void addSelectionInterval(int from,
                                 int to)
Specified by:
addSelectionInterval in interface javax.swing.ListSelectionModel
Overrides:
addSelectionInterval in class javax.swing.DefaultListSelectionModel

setSelectionInterval

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

getAnchorSelectionIndex

public int getAnchorSelectionIndex()
Specified by:
getAnchorSelectionIndex in interface javax.swing.ListSelectionModel
Overrides:
getAnchorSelectionIndex in class javax.swing.DefaultListSelectionModel

getLeadSelectionIndex

public int getLeadSelectionIndex()
Specified by:
getLeadSelectionIndex in interface javax.swing.ListSelectionModel
Overrides:
getLeadSelectionIndex in class javax.swing.DefaultListSelectionModel

clearSelection

public void clearSelection()
Specified by:
clearSelection in interface javax.swing.ListSelectionModel
Overrides:
clearSelection in class javax.swing.DefaultListSelectionModel

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'