Package org.forester.archaeopteryx
Class TreePanelUtil
java.lang.Object
org.forester.archaeopteryx.TreePanelUtil
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic final StringcreateUriForSeqWeb(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 voidshowExtDescNodeDataUserSelectedHelper(org.forester.archaeopteryx.ControlPanel cp, PhylogenyNode node, List<String> data) static final voidstatic final voidshowInformationMessage(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
 
 -