note about ensuring callers of loadAlignment(..) save the new alignment
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 5 Sep 2011 13:47:44 +0000 (14:47 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 5 Sep 2011 13:47:44 +0000 (14:47 +0100)
windows reference so they can use it in other calls to the API.

examples/jalviewLiteJs.html

index 2a90393..e33b30d 100644 (file)
@@ -246,6 +246,8 @@ public AlignFrame newViewFrom(AlignFrame alf)
 public AlignFrame newViewFrom(AlignFrame alf, String name)
 
 // load a new alignment 
+// remember to store the AlignFrame object reference 
+// if you want to manipulate the new alignment view.
 public AlignFrame loadAlignment(String text, String title)