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