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

Packages that use TextLabel
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.nodebranchdata   
info.bioinfweb.treegraph.gui.treeframe Contains all classes that make up a document window. 
 

Uses of TextLabel in info.bioinfweb.treegraph.document
 

Methods in info.bioinfweb.treegraph.document that return TextLabel
 TextLabel TextLabel.clone()
          Returns a deep copy of this text label.
static TextLabel IDManager.getFirstTextLabel(Node root, java.lang.String id)
           
 

Uses of TextLabel in info.bioinfweb.treegraph.document.nodebranchdata
 

Methods in info.bioinfweb.treegraph.document.nodebranchdata that return TextLabel
 TextLabel TextLabelAdapter.getDataElement(Node node)
           
 

Uses of TextLabel in info.bioinfweb.treegraph.gui.treeframe
 

Methods in info.bioinfweb.treegraph.gui.treeframe that return TextLabel
 TextLabel TreeSelection.getFirstTextLabel()