X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fcontroller%2FFeatureSettingsControllerGuiI.java;h=36051d674c7cfd0e89ac9cab1d5f60a939b64b1d;hb=1affe472184986c9957f6af61a746d8c275c8580;hp=758df93480921ee971eb466a1751171d46da906b;hpb=a2926674d871f1e06760b677c4cc3b171d72902b;p=jalview.git diff --git a/src/jalview/controller/FeatureSettingsControllerGuiI.java b/src/jalview/controller/FeatureSettingsControllerGuiI.java index 758df93..36051d6 100644 --- a/src/jalview/controller/FeatureSettingsControllerGuiI.java +++ b/src/jalview/controller/FeatureSettingsControllerGuiI.java @@ -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(); }