From 95bf0ccfad1458a77d30394f4b60b40a9794dd9c Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 12 Nov 2007 16:26:30 +0000 Subject: [PATCH] javadoc --- src/jalview/structure/StructureSelectionManager.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/jalview/structure/StructureSelectionManager.java b/src/jalview/structure/StructureSelectionManager.java index d36d009..d33c380 100644 --- a/src/jalview/structure/StructureSelectionManager.java +++ b/src/jalview/structure/StructureSelectionManager.java @@ -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; -- 1.7.10.2