JAL-1767 port save/load PCA panel to JAXB - JAL-3063
[jalview.git] / src / jalview / gui / TreeCanvas.java
index 45def89..c195c80 100755 (executable)
@@ -1160,4 +1160,14 @@ public class TreeCanvas extends JPanel implements MouseListener, Runnable,
   {
     this.threshold = threshold;
   }
+
+  public boolean isApplyToAllViews()
+  {
+    return this.applyToAllViews;
+  }
+
+  public void setApplyToAllViews(boolean applyToAllViews)
+  {
+    this.applyToAllViews = applyToAllViews;
+  }
 }