info.bioinfweb.treegraph.document.undo.edit
Class DeleteColumnEdit
java.lang.Object
  
info.bioinfweb.treegraph.document.undo.DocumentEdit
      
info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit
          
info.bioinfweb.treegraph.document.undo.edit.DeleteColumnEdit
- All Implemented Interfaces: 
 - UndoableEdit
 
public class DeleteColumnEdit
- extends NodeBranchDataEdit
 
- Since:
 
  - 2.0.24
 
- Author:
 
  - Ben Stöver
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DeleteColumnEdit
public DeleteColumnEdit(Document document,
                        NodeBranchDataAdapter adapter)
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()