JAL-2599 fix for information annotation buttons
[jalview.git] / src / jalview / api / AlignViewportI.java
index 6ebde3c..4b6dc4e 100644 (file)
@@ -108,6 +108,8 @@ public interface AlignViewportI extends ViewStyleI
 
   ProfilesI getSequenceConsensusHash();
 
+  ProfilesI getSequenceInformationHash();
+
   /**
    * Get consensus data table for the cDNA complement of this alignment (if any)
    * 
@@ -188,6 +190,13 @@ public interface AlignViewportI extends ViewStyleI
   void setSequenceConsensusHash(ProfilesI hconsensus);
 
   /**
+   * set the information result object for the viewport
+   * 
+   * @param hconsensus
+   */
+  void setSequenceInformationHash(ProfilesI hinformation);
+
+  /**
    * Set the cDNA complement consensus for the viewport
    * 
    * @param hconsensus
@@ -511,4 +520,6 @@ public interface AlignViewportI extends ViewStyleI
    */
   @Override
   void setProteinFontAsCdna(boolean b);
+
+  ProfilesI setSequenceInformationHash();
 }