JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index a846e94..fd66388 100644 (file)
@@ -48,11 +48,16 @@ public interface JalviewStructureDisplayI
   void dispose();
 
   /**
-   * shutdown any structure viewing processes started by this display
+   * Shutdown any Jalview structure viewing processes started by this display
+   * 
+   * @param closeExternalViewer
+   *          if true, force close any linked external viewer process
    */
-  void closeViewer();
+  void closeViewer(boolean closeExternalViewer);
+
   /**
    * apply a colourscheme to the structures in the viewer
+   * 
    * @param colourScheme
    */
   void setJalviewColourScheme(ColourSchemeI colourScheme);