(JAL-856,JAL-621)
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 5 Jul 2011 11:07:41 +0000 (12:07 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 5 Jul 2011 11:07:41 +0000 (12:07 +0100)
src/jalview/javascript/JalviewLiteJsApi.java

index 02da9d4..a7255b0 100644 (file)
@@ -352,7 +352,7 @@ public interface JalviewLiteJsApi
   /**
    * register a javascript function to handle events normally routed to a Jmol structure viewer.
    * @param listener - javascript function (arguments are variable, see jalview.javascript.MouseOverStructureListener for full details)
-   * @param modelSet - separator separated list of PDB file URIs that this viewer is handling. 
+   * @param modelSet - separator separated list of PDB file URIs that this viewer is handling. These files must be in the same order they appear in Jmol (e.g. first one is frame 1, second is frame 2, etc). 
      @see jalview.javascript.MouseOverStructureListener 
    */
   public abstract void setStructureListener(String listener, String modelSet);