Merge branch 'develop' into feature/JAL-4386_calculate_tree_using_secondary_structure...
authorJim Procter <jprocter@dundee.ac.uk>
Thu, 16 May 2024 06:53:50 +0000 (07:53 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Thu, 16 May 2024 06:53:50 +0000 (07:53 +0100)
1  2 
resources/lang/Messages.properties
src/jalview/api/AlignViewportI.java
src/jalview/gui/AlignFrame.java
src/jalview/gui/PopupMenu.java
src/jalview/jbgui/GAlignFrame.java
src/jalview/viewmodel/AlignmentViewport.java

Simple merge
@@@ -575,9 -565,16 +575,19 @@@ public interface AlignViewportI extend
     * @return
     */
    Iterator<int[]> getViewAsVisibleContigs(boolean selectedRegionOnly);
+   /**
+    * notify all concerned that the alignment data has changed and derived data
+    * needs to be recalculated
+    */
+   public void notifyAlignmentChanged();
  
+   /**
+    * retrieve a matrix associated with the view's alignment's annotation 
+    * @param alignmentAnnotation
+    * @return contact matrix or NULL
+    */
    ContactMatrixI getContactMatrix(AlignmentAnnotation alignmentAnnotation);
 +
 +  ProfilesI getSequenceSSConsensusHash();
 +
  }
Simple merge
Simple merge
Simple merge