X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fcontroller%2FFeatureSettingsControllerGuiI.java;h=92571bcee5ac4bf7220582472f747b26696cbb4a;hb=d3bf4ae12b72df02dee34c95da750ab38a3816b9;hp=758df93480921ee971eb466a1751171d46da906b;hpb=a2926674d871f1e06760b677c4cc3b171d72902b;p=jalview.git diff --git a/src/jalview/controller/FeatureSettingsControllerGuiI.java b/src/jalview/controller/FeatureSettingsControllerGuiI.java index 758df93..92571bc 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(); }