javadoc
authorjprocter <Jim Procter>
Mon, 12 Nov 2007 16:26:30 +0000 (16:26 +0000)
committerjprocter <Jim Procter>
Mon, 12 Nov 2007 16:26:30 +0000 (16:26 +0000)
src/jalview/structure/StructureSelectionManager.java

index d36d009..d33c380 100644 (file)
@@ -290,9 +290,12 @@ public class StructureSelectionManager
   }
 
   Vector seqmappings = null; // should be a simpler list of mapped seuqence
-
-  // pairs
-
+  /**
+   * highlight regions associated with a position (indexpos) in seq
+   * @param seq the sequeence that the mouse over occured on
+   * @param indexpos the absolute position being mouseovered in seq (0 to seq.length())
+   * @param index the sequence position (if -1, seq.findPosition is called to resolve the residue number)
+   */
   public void mouseOverSequence(SequenceI seq, int indexpos, int index)
   {
     boolean hasSequenceListeners = handlingVamsasMo || seqmappings != null;