j2sNative references moved to Platform
[jalview.git] / src / jalview / datamodel / StructureViewerModel.java
index 1b78948..b271afb 100644 (file)
@@ -27,7 +27,8 @@ import java.util.List;
 import java.util.Map;
 
 /**
- * A data bean to hold stored data about a structure viewer.
+ * A data bean to hold stored data about a structure viewer
+ * in the process of creating XML.
  */
 public class StructureViewerModel
 {
@@ -59,7 +60,7 @@ public class StructureViewerModel
     private String filePath;
 
     private String pdbId;
-
+    
     private List<SequenceI> seqList;
 
     // TODO and possibly a list of chains?
@@ -67,6 +68,8 @@ public class StructureViewerModel
     /**
      * Constructor given structure file path and id.
      * 
+     * Curiously, only called by Jalview2XML.
+     * 
      * @param pdbFile
      * @param id
      */