JAL-3111 release notes first pass complete
[jalview.git] / src / jalview / api / AlignViewportI.java
index 5180e20..389d9cf 100644 (file)
@@ -510,4 +510,12 @@ public interface AlignViewportI extends ViewStyleI
    */
   boolean needToUpdateStructureViews();
 
+  /**
+   * Adds sequencegroup to the alignment in the view. Also adds a group to the
+   * complement view if one is defined.
+   * 
+   * @param sequenceGroup
+   *          - a group defined on sequences in the alignment held by the view
+   */
+  void addSequenceGroup(SequenceGroup sequenceGroup);
 }