JAL-3187 alternative solution - gather feature settings for CDS/Protein as tabs in...
[jalview.git] / src / jalview / controller / FeatureSettingsControllerGuiI.java
index 728612e..758df93 100644 (file)
  */
 package jalview.controller;
 
+import jalview.api.AlignViewControllerGuiI;
+
 public interface FeatureSettingsControllerGuiI
 {
 
+  AlignViewControllerGuiI getAlignframe();
+
+  void closeFeatureSettings();
+
 }