Package org.forester.archaeopteryx
Class TreePanelUtil
java.lang.Object
org.forester.archaeopteryx.TreePanelUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final String
createUriForSeqWeb
(PhylogenyNode node, Configuration conf, TreePanel tp) createUrisForPdbWeb
(PhylogenyNode node, List<Accession> pdb_accs, Configuration configuration, TreePanel treePanel) Returns the set of distinct taxonomies of all external nodes of node.static final void
showExtDescNodeDataUserSelectedHelper
(org.forester.archaeopteryx.ControlPanel cp, PhylogenyNode node, List<String> data) static final void
static final void
showInformationMessage
(Component parent, String title, String msg)
-
Constructor Details
-
TreePanelUtil
public TreePanelUtil()
-
-
Method Details
-
createUriForSeqWeb
-
createUrisForPdbWeb
public static List<String> createUrisForPdbWeb(PhylogenyNode node, List<Accession> pdb_accs, Configuration configuration, TreePanel treePanel) -
obtainDistinctTaxonomies
Returns the set of distinct taxonomies of all external nodes of node. If at least one the external nodes has no taxonomy, null is returned. -
showExtDescNodeDataUserSelectedHelper
public static final void showExtDescNodeDataUserSelectedHelper(org.forester.archaeopteryx.ControlPanel cp, PhylogenyNode node, List<String> data) -
showExtDescNodeDataUserSelectedHelperHelper
-
showInformationMessage
-