public class OntologyTree extends Object
TreeView. Details of any selected HPO term are presented at
the bottom of the Pane.
User can either browse the ontology tree by expanding individual tree elements or jump to any term using a search text field with autocompletion capabilities.
The selected term (either present of not) is added to the table using Add button at the bottom of the Pane.
| Constructor and Description |
|---|
OntologyTree(org.monarchinitiative.phenol.ontology.data.Ontology ontology,
java.util.function.Consumer<Main.PhenotypeTerm> addHook) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
|
public OntologyTree(org.monarchinitiative.phenol.ontology.data.Ontology ontology,
java.util.function.Consumer<Main.PhenotypeTerm> addHook)
ontology - Ontology to be displayed here as a treeaddHook - Consumer of Main.PhenotypeTerm, an approved term will be submitted herepublic void initialize()
ontologyTreeView with the root Terms of provided Ontology. Initialize
other JavaFX elements.
Copyright © 2017–2019. All rights reserved.