Uses of Class
info.bioinfweb.treegraph.document.Tree

Packages that use Tree
info.bioinfweb.treegraph.document Contains the classes that represent the data structure of TreeGraph 2 (document elements and formats) as well as all edit operations in the undo-package to manipulate the data structure and classes to read and write a document from and to different formats (io- subpackage). 
info.bioinfweb.treegraph.document.clipboard   
info.bioinfweb.treegraph.document.io.newick   
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.gui.actions.edit   
info.bioinfweb.treegraph.gui.dialogs.io   
info.bioinfweb.treegraph.gui.dialogs.nodebranchdatainput   
info.bioinfweb.treegraph.gui.dialogs.specialformats   
 

Uses of Tree in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as Tree
private  Tree Legends.tree
           
private  Tree Document.tree
           
 

Methods in info.bioinfweb.treegraph.document that return Tree
 Tree Legends.getTree()
           
 Tree Document.getTree()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type Tree
static Legend[] TreeSerializer.getLegendsInSubtree(Tree tree, Node root)
          Returns an array of all legends which are completely anchored inside the subtree under root.
 void Document.setTree(Tree tree)
           
 

Constructors in info.bioinfweb.treegraph.document with parameters of type Tree
Legends(Tree tree)
           
 

Uses of Tree in info.bioinfweb.treegraph.document.clipboard
 

Methods in info.bioinfweb.treegraph.document.clipboard with parameters of type Tree
 void TreeClipboard.copySubtree(Tree tree, Node root)
           
 

Uses of Tree in info.bioinfweb.treegraph.document.io.newick
 

Methods in info.bioinfweb.treegraph.document.io.newick that return Tree
 Tree NewickStringReader.read(String newick)
           
 Tree NewickStringReader.read(String newick, NodeBranchDataAdapter internalAdapter, NodeBranchDataAdapter branchLengthsAdapter)
           
 Tree NewickStringReader.read(String newick, NodeBranchDataAdapter internalAdapter, NodeBranchDataAdapter branchLengthsAdapter, TranslTable translTable, boolean translateInternals)
           
private  Tree NewickStringReader.readTree()
           
 

Methods in info.bioinfweb.treegraph.document.io.newick with parameters of type Tree
 void BranchLengthsScaler.setAverageScale(Tree tree, double averageLength)
           
static String NewickStringWriter.write(Tree tree, NodeBranchDataAdapter internalAdapter, NodeBranchDataAdapter leafAdapter, NodeBranchDataAdapter branchLengthAdapter)
           
 

Uses of Tree in info.bioinfweb.treegraph.document.undo.format
 

Methods in info.bioinfweb.treegraph.document.undo.format with parameters of type Tree
static float ScaleBranchLengthsEdit.calculateScaleByLength(Tree tree, float pathLength)
          Returns the branch length scale necessary for the specified tree so that the longest path to a leaf of this tree has the specified length.
 

Constructors in info.bioinfweb.treegraph.document.undo.format with parameters of type Tree
DistanceValuesBackup(Tree tree, Node root, DistanceAdapter[] targetAdapters)
           
 

Uses of Tree in info.bioinfweb.treegraph.gui.actions.edit
 

Methods in info.bioinfweb.treegraph.gui.actions.edit with parameters of type Tree
private  void SearchTextAction.searchScaleBar(Tree tree)
           
 

Uses of Tree in info.bioinfweb.treegraph.gui.dialogs.io
 

Methods in info.bioinfweb.treegraph.gui.dialogs.io with parameters of type Tree
private  void AssignImportColumnsDialog.createInputs(int count, Tree tree)
           
 NodeBranchDataAdapter[] AssignImportColumnsDialog.execute(int count, Tree tree)
           
 

Uses of Tree in info.bioinfweb.treegraph.gui.dialogs.nodebranchdatainput
 

Methods in info.bioinfweb.treegraph.gui.dialogs.nodebranchdatainput with parameters of type Tree
 void NodeDataComboBoxModel.setAdapters(Tree tree)
          Equvilent to a call of setAdapters(tree, true, false, false).
 void NodeBranchDataInput.setAdapters(Tree tree)
          Refeshs the selectable node data adapters.
 void NodeDataComboBoxModel.setAdapters(Tree tree, boolean nodeNamesSelectable, boolean branchLengthSelectable, boolean decimalOnly, boolean newIDSelectable)
           
 void NodeBranchDataInput.setAdapters(Tree tree, boolean nodeNamesSelectable, boolean branchLengthSelectable, boolean decimalOnly, boolean newIDSelectable)
          Refeshs the selectable node data adapters.
 

Uses of Tree in info.bioinfweb.treegraph.gui.dialogs.specialformats
 

Methods in info.bioinfweb.treegraph.gui.dialogs.specialformats with parameters of type Tree
 void DistanceAdapterListModel.setAdapters(Tree tree, boolean includeLegendFormats)
          Creates all distance adapters valid for the whole tree.
 void DistanceAdapterListModel.setAdapters(Tree tree, Node root, boolean includeLegendFormats)
          Creates all distance adapters valid for the subtree under root.