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


Uses of Class
info.bioinfweb.treegraph.document.undo.NodeBranchDataBackup

Packages that use NodeBranchDataBackup
info.bioinfweb.treegraph.document.undo Contains all document edits to manipulate the TreeGraph 2 data structure. 
info.bioinfweb.treegraph.document.undo.file   
 

Uses of NodeBranchDataBackup in info.bioinfweb.treegraph.document.undo
 

Fields in info.bioinfweb.treegraph.document.undo declared as NodeBranchDataBackup
protected  NodeBranchDataBackup NodeBranchDataEdit.backup
           
 

Uses of NodeBranchDataBackup in info.bioinfweb.treegraph.document.undo.file
 

Fields in info.bioinfweb.treegraph.document.undo.file declared as NodeBranchDataBackup
private  NodeBranchDataBackup[] ImportTableEdit.backups
           
 

Methods in info.bioinfweb.treegraph.document.undo.file that return NodeBranchDataBackup
private  NodeBranchDataBackup[] ImportTableEdit.createBackups()