info.bioinfweb.treegraph.document.undo.edit
Class RerootEdit
java.lang.Object
  
info.bioinfweb.treegraph.document.undo.DocumentEdit
      
info.bioinfweb.treegraph.document.undo.ComplexDocumentEdit
          
info.bioinfweb.treegraph.document.undo.edit.RerootEdit
- All Implemented Interfaces: 
 - UndoableEdit
 
public class RerootEdit
- extends ComplexDocumentEdit
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DIALOG_HELP_TOPIC
public static final int DIALOG_HELP_TOPIC
- See Also:
 - Constant Field Values
 
rootingPoint
private Branch rootingPoint
RerootEdit
public RerootEdit(Document document,
                  Branch rootingPoint)
copyLabels
private void copyLabels(Labels source,
                        Labels target)
 
copyBranchData
private void copyBranchData(Branch source,
                            Branch target)
 
showWarnings
private void showWarnings()
 
reroot
private void reroot(Branch position)
 
performRedo
protected void performRedo()
- Specified by:
 performRedo in class ComplexDocumentEdit
 
 
getPresentationName
public String getPresentationName()