JAL-2944 expose UI update methods in api
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index 69d08fa..c58e3c1 100644 (file)
@@ -80,4 +80,9 @@ public interface JalviewStructureDisplayI
   boolean addToExistingViewer(PDBEntry pdbentry, SequenceI[] seq,
           String[] chains, AlignmentViewPanel apanel, String pdbId);
 
+  /**
+   * refresh GUI after reconfiguring structure(s) and alignment panels
+   */
+  void updateTitleAndMenus();
+
 }