JAL-3187 fix for JAL-3533 on CDS/Protein tabbed feature settings
[jalview.git] / src / jalview / api / SplitContainerI.java
index 66d8bd1..d68aa36 100644 (file)
@@ -76,10 +76,15 @@ public interface SplitContainerI
           FeatureSettingsControllerGuiI featureSettings);
 
   /**
-   * Request to close all feature settings originating from a particular panel
+   * Request to close all feature settings originating from a particular panel.
    * 
    * @param featureSettings
+   * @param closeContainingFrame
+   *                               - if false then the tab containing the feature
+   *                               settings will be 'reset' ready for a new
+   *                               feature settings
    */
-  void closeFeatureSettings(FeatureSettingsControllerI featureSettings);
+  void closeFeatureSettings(FeatureSettingsControllerI featureSettings,
+          boolean closeContainingFrame);
 
 }