Home / Development / Documentation / 2.0.44 / DeleteColumnEdit
TreeGraph 2
 


info.bioinfweb.treegraph.document.undo.edit
Class DeleteColumnEdit

java.lang.Object
  extended by info.bioinfweb.treegraph.document.undo.DocumentEdit
      extended by info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit
          extended by info.bioinfweb.treegraph.document.undo.edit.DeleteColumnEdit
All Implemented Interfaces:
UndoableEdit

public class DeleteColumnEdit
extends NodeBranchDataEdit

Since:
2.0.24
Author:
Ben Stöver

Field Summary
 
Fields inherited from class info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit
adapter, backup
 
Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
document
 
Constructor Summary
DeleteColumnEdit(Document document, NodeBranchDataAdapter adapter)
           
 
Method Summary
static void deleteSubtree(Node root, NodeBranchDataAdapter adapter)
           
 String getPresentationName()
           
 void redo()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit
undo
 
Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit
addEdit, canRedo, canUndo, die, getIsSubedit, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, setIsSubedit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteColumnEdit

public DeleteColumnEdit(Document document,
                        NodeBranchDataAdapter adapter)
Method Detail

deleteSubtree

public static void deleteSubtree(Node root,
                                 NodeBranchDataAdapter adapter)

redo

public void redo()
          throws CannotRedoException
Specified by:
redo in interface UndoableEdit
Overrides:
redo in class DocumentEdit
Throws:
CannotRedoException

getPresentationName

public String getPresentationName()