JAL-1655 transfer setting option only displayed in development version of Jalview
[jalview.git] / src / jalview / api / ComplexAlignFile.java
index 92243fb..c699b54 100644 (file)
@@ -6,9 +6,8 @@ import jalview.schemes.ColourSchemeI;
 
 /**
  * This interface should be implemented by complex file parser with the ability
- * to store linked data and complex view states in addition to alingment data
+ * to store linked data and complex view states in addition to Alignment data
  * 
- * @author tcnofoegbu
  *
  */
 public interface ComplexAlignFile
@@ -41,4 +40,10 @@ public interface ComplexAlignFile
    */
   public SequenceI[] getHiddenSequences();
 
+  /**
+   * Retrieves displayed features from a complex file parser
+   * 
+   * @return
+   */
+  public FeaturesDisplayedI getDisplayedFeatures();
 }