Uses of Class
biggests.tree.DatasetTree

Packages that use DatasetTree
biggests.gui   
biggests.tree   
 

Uses of DatasetTree in biggests.gui
 

Methods in biggests.gui that return DatasetTree
 DatasetTree BiggestsFrame.getTree()
          Returns the dataset tree object.
 

Methods in biggests.gui with parameters of type DatasetTree
static void BiggestsIO.saveSession(DatasetTree tree, java.lang.String pathToFunctionResults, java.lang.String pathToSessionArchive)
          Saves a session to a .zip archive file.
static void BiggestsIO.saveSession2(DatasetTree tree, java.lang.String pathToFunctionResults, java.lang.String pathToSessionArchive)
          Saves a session to a .zip archive file.
 void BiggestsFrame.setTree(DatasetTree t)
          Sets a new dataset tree.
 

Uses of DatasetTree in biggests.tree
 

Constructors in biggests.tree with parameters of type DatasetTree
NodeInfo(smadeira.biclustering.NodeObjectInterface nodeObject, int nodeObjectType, javax.swing.tree.TreePath selectionPath, DatasetTree tree, NodeInfo parent, java.util.ArrayList<java.lang.String> infoStrings, java.util.ArrayList<java.lang.String> infoStyles)
          Constructs an object of type NodeInfo (with all the information about a certain node, including a pointer for the node object itself.
NodeInfo(smadeira.biclustering.NodeObjectInterface nodeObject, int nodeObjectType, javax.swing.tree.TreePath selectionPath, DatasetTree tree, NodeInfo parent, java.util.ArrayList<java.lang.String> infoStrings, java.util.ArrayList<java.lang.String> infoStyles, int index)
          Constructs an object of type NodeInfo (with all the information about a certain node, including a pointer for the node object itself.