Merge branch 'releases/Release_2_10_4_Branch'
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index 2cd9348..8f778f7 100644 (file)
@@ -120,4 +120,9 @@ public interface JalviewStructureDisplayI
    */
   void setAlignAddedStructures(boolean alignAdded);
 
+  /**
+   * Raise the panel to the top of the stack...
+   */
+  void raiseViewer();
+
 }