X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fcontroller%2FFeatureSettingsControllerGuiI.java;h=92571bcee5ac4bf7220582472f747b26696cbb4a;hb=refs%2Fheads%2FJAL-3253-applet-SwingJS-omnibus;hp=80c91fdd8c2a21a6d21b2badee72a9d6f440c8fa;hpb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;p=jalview.git diff --git a/src/jalview/controller/FeatureSettingsControllerGuiI.java b/src/jalview/controller/FeatureSettingsControllerGuiI.java index 80c91fd..92571bc 100644 --- a/src/jalview/controller/FeatureSettingsControllerGuiI.java +++ b/src/jalview/controller/FeatureSettingsControllerGuiI.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -20,7 +20,19 @@ */ package jalview.controller; +import jalview.api.AlignViewControllerGuiI; + public interface FeatureSettingsControllerGuiI { + AlignViewControllerGuiI getAlignframe(); + + void featureSettings_isClosed(); + + /** + * undo any changes made to feature settings whilst the dialog has been visible, + * since the last 'apply' + */ + void revert(); + }