JAL-3390 pull-up refactoring towards functional changes...
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index 2cd9348..0ca9061 100644 (file)
@@ -120,4 +120,11 @@ public interface JalviewStructureDisplayI
    */
   void setAlignAddedStructures(boolean alignAdded);
 
+  /**
+   * Raise the panel to the top of the stack...
+   */
+  void raiseViewer();
+
+  boolean isUsedforcolourby(AlignmentViewPanel ap);
+
 }