public class TreePanelUtil
extends java.lang.Object
Constructor and Description |
---|
TreePanelUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
createUriForSeqWeb(PhylogenyNode node,
Configuration conf,
TreePanel tp) |
static java.util.List<java.lang.String> |
createUrisForPdbWeb(PhylogenyNode node,
java.util.List<Accession> pdb_accs,
Configuration configuration,
TreePanel treePanel) |
static java.util.Set<Taxonomy> |
obtainDistinctTaxonomies(PhylogenyNode node)
Returns the set of distinct taxonomies of
all external nodes of node.
|
static void |
showExtDescNodeDataUserSelectedHelper(org.forester.archaeopteryx.ControlPanel cp,
PhylogenyNode node,
java.util.List<java.lang.String> data) |
static void |
showExtDescNodeDataUserSelectedHelperHelper(java.lang.String s,
java.lang.StringBuilder sb) |
static void |
showInformationMessage(java.awt.Component parent,
java.lang.String title,
java.lang.String msg) |
public static final java.lang.String createUriForSeqWeb(PhylogenyNode node, Configuration conf, TreePanel tp)
public static java.util.List<java.lang.String> createUrisForPdbWeb(PhylogenyNode node, java.util.List<Accession> pdb_accs, Configuration configuration, TreePanel treePanel)
public static java.util.Set<Taxonomy> obtainDistinctTaxonomies(PhylogenyNode node)
public static final void showExtDescNodeDataUserSelectedHelper(org.forester.archaeopteryx.ControlPanel cp, PhylogenyNode node, java.util.List<java.lang.String> data)
public static final void showExtDescNodeDataUserSelectedHelperHelper(java.lang.String s, java.lang.StringBuilder sb)
public static final void showInformationMessage(java.awt.Component parent, java.lang.String title, java.lang.String msg)