javadoc
authorjprocter <Jim Procter>
Mon, 21 Jan 2008 16:55:36 +0000 (16:55 +0000)
committerjprocter <Jim Procter>
Mon, 21 Jan 2008 16:55:36 +0000 (16:55 +0000)
src/jalview/gui/AlignFrame.java
src/jalview/io/FormatAdapter.java

index 938b047..2a91435 100755 (executable)
@@ -160,7 +160,12 @@ public class AlignFrame
    addKeyListener();
 
   }
-
+  /**
+   * Change the filename and format for the alignment, and
+   * enable the 'reload' button functionality.
+   * @param file valid filename
+   * @param format format of file
+   */
   public void setFileName(String file, String format)
   {
      fileName = file;
index 3cbd73b..983d02e 100755 (executable)
@@ -21,7 +21,8 @@ package jalview.io;
 import jalview.datamodel.*;
 
 /**
- * DOCUMENT ME!
+ * Additional formatting methods used by the application
+ * in a number of places. 
  *
  * @author $author$
  * @version $Revision$