Home / Development / Documentation / 2.0.44 / Uses of Package info.bioinfweb.treegraph.document.undo
TreeGraph 2
 


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

Packages that use info.bioinfweb.treegraph.document.undo
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.undo Contains all document edits to manipulate the TreeGraph 2 data structure. 
info.bioinfweb.treegraph.document.undo.edit   
info.bioinfweb.treegraph.document.undo.file   
info.bioinfweb.treegraph.document.undo.format   
 

Classes in info.bioinfweb.treegraph.document.undo used by info.bioinfweb.treegraph.document
DocumentEdit
           
 

Classes in info.bioinfweb.treegraph.document.undo used by info.bioinfweb.treegraph.document.undo
DocumentEdit
           
NodeBranchDataBackup
          Used to backup a node/branch data column beforen an edit operation.
WarningEdit
           
 

Classes in info.bioinfweb.treegraph.document.undo used by info.bioinfweb.treegraph.document.undo.edit
ComplexDocumentEdit
          This class is the ancestor to all edits that are too complex to have an own undo() method.
DocumentEdit
           
NodeBranchDataEdit
          Can be used as a superclass for edits which change a node/branch data column.
SaveLegendsEdit
          This class should be a superclass of all classes that might delete nodes which are anchors to legends.
WarningEdit
           
 

Classes in info.bioinfweb.treegraph.document.undo used by info.bioinfweb.treegraph.document.undo.file
ComplexDocumentEdit
          This class is the ancestor to all edits that are too complex to have an own undo() method.
DocumentEdit
           
NodeBranchDataBackup
          Used to backup a node/branch data column beforen an edit operation.
 

Classes in info.bioinfweb.treegraph.document.undo used by info.bioinfweb.treegraph.document.undo.format
DocumentEdit