Merge branch 'develop' into bug/JAL-1803_JAL-2157
[jalview.git] / src / jalview / api / AlignViewportI.java
index 8343f0b..df57cc0 100644 (file)
@@ -397,4 +397,12 @@ public interface AlignViewportI extends ViewStyleI
 
 
   public void applyFeaturesStyle(FeatureSettingsModelI featureSettings);
+
+  /**
+   * check if current selection group is defined on the view, or is simply a
+   * temporary group.
+   * 
+   * @return true if group is defined on the alignment
+   */
+  boolean isSelectionDefinedGroup();
 }