JAL-2798 added methods for getting/adding external tree viewer
[jalview.git] / src / jalview / schemabinding / version2 / JalviewModelSequence.java
index 9328e15..5ff56dd 100644 (file)
@@ -1,31 +1,16 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
- * Copyright (C) 2014 The Jalview Authors
- * 
- * This file is part of Jalview.
- * 
- * Jalview is free software: you can redistribute it and/or
- * modify it under the terms of the GNU General Public License 
- * as published by the Free Software Foundation, either version 3
- * of the License, or (at your option) any later version.
- *  
- * Jalview is distributed in the hope that it will be useful, but 
- * WITHOUT ANY WARRANTY; without even the implied warranty 
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
- * PURPOSE.  See the GNU General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License
- * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
- * The Jalview Authors are detailed in the 'AUTHORS' file.
+ * This class was automatically generated with 
+ * <a href="http://www.castor.org">Castor 1.1</a>, using an XML
+ * Schema.
+ * $Id$
  */
+
 package jalview.schemabinding.version2;
 
 //---------------------------------/
 //- Imported classes and packages -/
 //---------------------------------/
 
-import jalview.util.MessageManager;
-
 import org.exolab.castor.xml.Marshaller;
 import org.exolab.castor.xml.Unmarshaller;
 
@@ -71,6 +56,11 @@ public class JalviewModelSequence implements java.io.Serializable
    */
   private jalview.schemabinding.version2.FeatureSettings _featureSettings;
 
+  /**
+   * List of external trees
+   */
+  private java.util.Vector<jalview.ext.treeviewer.TreeFrameI> _extTreeList;
+
   // ----------------/
   // - Constructors -/
   // ----------------/
@@ -83,6 +73,7 @@ public class JalviewModelSequence implements java.io.Serializable
     this._viewportList = new java.util.Vector();
     this._userColoursList = new java.util.Vector();
     this._treeList = new java.util.Vector();
+    this._extTreeList = new java.util.Vector<>();
   }
 
   // -----------/
@@ -173,6 +164,16 @@ public class JalviewModelSequence implements java.io.Serializable
     this._treeList.add(index, vTree);
   }
 
+  public void addExtTreeViewer(jalview.ext.treeviewer.TreeFrameI treeViewer)
+  {
+    this._extTreeList.add(treeViewer);
+  }
+
+  public void addExtTreeViewer(final int index,
+          jalview.ext.treeviewer.TreeFrameI treeViewer)
+  {
+    this._extTreeList.add(index, treeViewer);
+  }
   /**
    * 
    * 
@@ -311,11 +312,9 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._JGroupList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                         "getJGroup",
-                         Integer.valueOf(index).toString(),
-                         Integer.valueOf((this._JGroupList.size() - 1)).toString()
-          })); 
+      throw new IndexOutOfBoundsException("getJGroup: Index value '"
+              + index + "' not in range [0.."
+              + (this._JGroupList.size() - 1) + "]");
     }
 
     return (jalview.schemabinding.version2.JGroup) _JGroupList.get(index);
@@ -362,11 +361,8 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._JSeqList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                 "getJSeq",
-                 Integer.valueOf(index).toString(),
-                 Integer.valueOf((this._JSeqList.size() - 1)).toString()
-        })); 
+      throw new IndexOutOfBoundsException("getJSeq: Index value '" + index
+              + "' not in range [0.." + (this._JSeqList.size() - 1) + "]");
     }
 
     return (jalview.schemabinding.version2.JSeq) _JSeqList.get(index);
@@ -413,11 +409,8 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._treeList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                         "getJgetTreeSeq",
-                         Integer.valueOf(index).toString(),
-                         Integer.valueOf((this._treeList.size() - 1)).toString()
-          })); 
+      throw new IndexOutOfBoundsException("getTree: Index value '" + index
+              + "' not in range [0.." + (this._treeList.size() - 1) + "]");
     }
 
     return (jalview.schemabinding.version2.Tree) _treeList.get(index);
@@ -449,6 +442,31 @@ public class JalviewModelSequence implements java.io.Serializable
     return this._treeList.size();
   }
 
+  public jalview.ext.treeviewer.TreeFrameI getExtTreeViewer(final int index)
+          throws java.lang.IndexOutOfBoundsException
+  {
+    // check bounds for index
+    if (index < 0 || index >= this._extTreeList.size())
+    {
+      throw new IndexOutOfBoundsException("getExtTreeViewer: Index value '"
+              + index + "' not in range [0.."
+              + (this._extTreeList.size() - 1) + "]");
+    }
+
+    return _extTreeList.get(index);
+  }
+
+  public jalview.ext.treeviewer.TreeFrameI[] getExtTreeViewer()
+  {
+    jalview.ext.treeviewer.TreeFrameI[] array = new jalview.ext.treeviewer.TreeFrameI[0];
+    return this._extTreeList.toArray(array);
+  }
+
+  public int getExtTreeViewerCount()
+  {
+    return this._extTreeList.size();
+  }
+
   /**
    * Method getUserColours.
    * 
@@ -464,11 +482,9 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._userColoursList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                 "getUserColours",
-                 Integer.valueOf(index).toString(),
-                 Integer.valueOf((this._userColoursList.size() - 1)).toString()
-        })); 
+      throw new IndexOutOfBoundsException("getUserColours: Index value '"
+              + index + "' not in range [0.."
+              + (this._userColoursList.size() - 1) + "]");
     }
 
     return (jalview.schemabinding.version2.UserColours) _userColoursList
@@ -516,11 +532,9 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._viewportList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                         "getViewport",
-                         Integer.valueOf(index).toString(),
-                         Integer.valueOf((this._viewportList.size() - 1)).toString()
-          })); 
+      throw new IndexOutOfBoundsException("getViewport: Index value '"
+              + index + "' not in range [0.."
+              + (this._viewportList.size() - 1) + "]");
     }
 
     return (jalview.schemabinding.version2.Viewport) _viewportList
@@ -795,11 +809,9 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._JGroupList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                 "setJGroup",
-                 Integer.valueOf(index).toString(),
-                 Integer.valueOf((this._JGroupList.size() - 1)).toString()
-        })); 
+      throw new IndexOutOfBoundsException("setJGroup: Index value '"
+              + index + "' not in range [0.."
+              + (this._JGroupList.size() - 1) + "]");
     }
 
     this._JGroupList.set(index, vJGroup);
@@ -837,11 +849,8 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._JSeqList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                         "setJSeq",
-                         Integer.valueOf(index).toString(),
-                         Integer.valueOf((this._JSeqList.size() - 1)).toString()
-          })); 
+      throw new IndexOutOfBoundsException("setJSeq: Index value '" + index
+              + "' not in range [0.." + (this._JSeqList.size() - 1) + "]");
     }
 
     this._JSeqList.set(index, vJSeq);
@@ -878,11 +887,8 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._treeList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                 "setTree",
-                 Integer.valueOf(index).toString(),
-                 Integer.valueOf((this._treeList.size() - 1)).toString()
-        })); 
+      throw new IndexOutOfBoundsException("setTree: Index value '" + index
+              + "' not in range [0.." + (this._treeList.size() - 1) + "]");
     }
 
     this._treeList.set(index, vTree);
@@ -919,11 +925,9 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._userColoursList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                         "setUserColours",
-                         Integer.valueOf(index).toString(),
-                         Integer.valueOf((this._userColoursList.size() - 1)).toString()
-          })); 
+      throw new IndexOutOfBoundsException("setUserColours: Index value '"
+              + index + "' not in range [0.."
+              + (this._userColoursList.size() - 1) + "]");
     }
 
     this._userColoursList.set(index, vUserColours);
@@ -961,11 +965,9 @@ public class JalviewModelSequence implements java.io.Serializable
     // check bounds for index
     if (index < 0 || index >= this._viewportList.size())
     {
-        throw new IndexOutOfBoundsException(MessageManager.formatMessage("exception.index_value_not_in_range", new String[]{
-                 "setViewport",
-                 Integer.valueOf(index).toString(),
-                 Integer.valueOf((this._viewportList.size() - 1)).toString()
-        })); 
+      throw new IndexOutOfBoundsException("setViewport: Index value '"
+              + index + "' not in range [0.."
+              + (this._viewportList.size() - 1) + "]");
     }
 
     this._viewportList.set(index, vViewport);