Uses of Class
core.Tree

Packages that use Tree
data.exporters   
gui.matrixLibrary   
 

Uses of Tree in data.exporters
 

Methods in data.exporters with parameters of type Tree
static java.io.File ExporterDOT.writeDOT(Tree t)
          Creates a temporal file containing the exported tree in DOT format
static java.io.File ExporterTreeML.writeTreeML(Tree t)
          Creates a temporal file containing the exported tree in TreeML format
static java.io.File ExporterXML.writeXML(Tree t)
          Creates a temporal file containing the exported tree in XML format
 

Uses of Tree in gui.matrixLibrary
 

Fields in gui.matrixLibrary declared as Tree
(package private)  Tree DialogTree.idTree
           
(package private)  Tree DialogTree.MenuTree.idTree
           
 

Constructors in gui.matrixLibrary with parameters of type Tree
DialogTree.MenuTree(javax.swing.JDialog par, TreeView tv, Tree idt)
           
DialogTree(java.io.File treeFile, Tree idt)