X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fext%2Ftreeviewer%2FTreeViewerBindingI.java;h=0c0af6f75ff07eb274e31d3963ffba0c538337a3;hb=914a9aaf5a2eeb3cdedf136c2e6b4b6e4b5d6174;hp=afbceab5fbd867d8888aeeb08453e1ae2938cdb6;hpb=633e4309c4882341f8b0acae78e5718849a559de;p=jalview.git diff --git a/src/jalview/ext/treeviewer/TreeViewerBindingI.java b/src/jalview/ext/treeviewer/TreeViewerBindingI.java index afbceab..0c0af6f 100644 --- a/src/jalview/ext/treeviewer/TreeViewerBindingI.java +++ b/src/jalview/ext/treeviewer/TreeViewerBindingI.java @@ -102,12 +102,18 @@ public interface TreeViewerBindingI public CommandI sortAlignmentIn(AlignmentPanel alignPanel); /** - * This should be triggered when the user wants to sort the Jalview alignment - * by the sequence order of the tree. + * Is triggered when the user wants to sort the Jalview alignment by the + * sequence order of the tree. */ public void sortByTree_actionPerformed(); /** + * Is triggered when the users wants to hide sequences in the Jalview + * alignment view that are part of a currently collapsed sub tree. + */ + public void hideCollapsedSequences_actionPerformed(); + + /** * If the nodes that should be matched have changed (different one selected by * the user), this method notifies the Jalview alignment view that the * matching sequences have changed as well.