Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.document.HiddenDataElement
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.document.HiddenDataElement

Packages that use HiddenDataElement
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). 
 

Uses of HiddenDataElement in info.bioinfweb.treegraph.document
 

Classes in info.bioinfweb.treegraph.document that implement HiddenDataElement
 class Branch
          The entity for a branch.
 class Node
          This class represents a node of a tree in the TreeGraph data structure.
 

Methods in info.bioinfweb.treegraph.document with parameters of type HiddenDataElement
private static void IDManager.renameHiddenDataID(HiddenDataElement element, String oldName, String newName)
           
private static void IDManager.searchHiddenDataIDs(HiddenDataElement element, Vector<String> list)