info.bioinfweb.treegraph.document.undo.edit
Class MoveSubtreeEdit
java.lang.Object
info.bioinfweb.treegraph.document.undo.DocumentEdit
info.bioinfweb.treegraph.document.undo.edit.MoveSubtreeEdit
- All Implemented Interfaces:
- UndoableEdit
public class MoveSubtreeEdit
- extends DocumentEdit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root
protected Node root
down
protected boolean down
MoveSubtreeEdit
public MoveSubtreeEdit(Document document,
Node root,
boolean down)
move
private void move(boolean down)
- Moves the subtree defined by
root up or down. Ths method must not be
called if root...
- has no parent node.
- is the first child of the parent node and
down is false.
- is the last child of the parent node and
down is true.
redo
public void redo()
throws CannotRedoException
- Specified by:
redo in interface UndoableEdit- Overrides:
redo in class DocumentEdit
- Throws:
CannotRedoException
undo
public void undo()
throws CannotUndoException
- Specified by:
undo in interface UndoableEdit- Overrides:
undo in class DocumentEdit
- Throws:
CannotUndoException
getPresentationName
public String getPresentationName()