From: jprocter Date: Mon, 5 Sep 2011 13:47:44 +0000 (+0100) Subject: note about ensuring callers of loadAlignment(..) save the new alignment X-Git-Tag: Release_2_7~58 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=76cba6f16a2167e7f4c1a8d02afe351108e503b6;p=jalview.git note about ensuring callers of loadAlignment(..) save the new alignment windows reference so they can use it in other calls to the API. --- diff --git a/examples/jalviewLiteJs.html b/examples/jalviewLiteJs.html index 2a90393..e33b30d 100644 --- a/examples/jalviewLiteJs.html +++ b/examples/jalviewLiteJs.html @@ -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)