JAL-3763 Javadoc, check for null, additional tests
[jalview.git] / src / jalview / controller / FeatureSettingsControllerGuiI.java
index 758df93..92571bc 100644 (file)
@@ -27,6 +27,12 @@ public interface FeatureSettingsControllerGuiI
 
   AlignViewControllerGuiI getAlignframe();
 
-  void closeFeatureSettings();
+  void featureSettings_isClosed();
+
+  /**
+   * undo any changes made to feature settings whilst the dialog has been visible,
+   * since the last 'apply'
+   */
+  void revert();
 
 }