JAL-1078 - extend applet cut'n'paste features/annotation to support t-coffee file
[jalview.git] / src / jalview / javascript / JalviewLiteJsApi.java
index de3d29e..f849dc3 100644 (file)
@@ -291,8 +291,9 @@ public interface JalviewLiteJsApi
    * @param alf
    * @param features - gff or features file
    * @param autoenabledisplay - when true, feature display will be enabled if any features can be parsed from the string.
+   * @return true if data parsed as features
    */
-  public abstract void loadFeaturesFrom(AlignFrame alf, String features, boolean autoenabledisplay);
+  public abstract boolean loadFeaturesFrom(AlignFrame alf, String features, boolean autoenabledisplay);
 
   /**
    * get the sequence features in the given format (Jalview or GFF)