Uses of Package
info.bioinfweb.treegraph.document.nodedata

Packages that use info.bioinfweb.treegraph.document.nodedata
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.io Contains classes necessary to read and write the data structure of a TreeGraph 2 document from and to different formats. 
info.bioinfweb.treegraph.document.io.newick   
info.bioinfweb.treegraph.document.io.nexus   
info.bioinfweb.treegraph.document.io.tgf   
info.bioinfweb.treegraph.document.io.xtg   
info.bioinfweb.treegraph.document.nodedata   
info.bioinfweb.treegraph.document.undo.edit   
info.bioinfweb.treegraph.document.undo.format   
info.bioinfweb.treegraph.gui.dialogs.datatable   
info.bioinfweb.treegraph.gui.dialogs.nodedatainput   
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document
NodeDataAdapter
           
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document.io
NodeDataAdapter
           
NodeNameAdapter
           
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document.io.newick
BranchLengthAdapter
           
NodeDataAdapter
           
NodeNameAdapter
           
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document.io.nexus
NodeDataAdapter
           
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document.io.tgf
NodeDataAdapter
           
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document.io.xtg
NodeDataAdapter
           
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document.nodedata
AbstractIDElementAdapter
          Node data adapters that need to store an ID can be inherited from this abstract class.
BranchLengthAdapter
           
HiddenBranchDataAdapter
           
HiddenDataAdapter
           
HiddenNodeDataAdapter
           
IDElementAdapter
          This interface should be implemented by all node data adapters that store an ID.
LabelAdapter
           
NewNodeDataAdapter
          This interface should be implemented by all node data adapters that create a new node data column (e.g. a new group of labels).
NodeDataActionNotSupportedException
          This exception is thrown by node data adapters if an unsupported operation is perfomed (e.g.
NodeDataAdapter
           
NodeNameAdapter
           
TextElementDataAdapter
          This abstract class implements basic funktionalities for adapters that deal with data stored in a TextElementData-object.
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document.undo.edit
NodeDataAdapter
           
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.document.undo.format
NodeDataAdapter
           
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.gui.dialogs.datatable
NodeDataAdapter
           
TextElementDataAdapter
          This abstract class implements basic funktionalities for adapters that deal with data stored in a TextElementData-object.
 

Classes in info.bioinfweb.treegraph.document.nodedata used by info.bioinfweb.treegraph.gui.dialogs.nodedatainput
NodeDataAdapter