|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.bioinfweb.treegraph.document.undo.DocumentEdit
info.bioinfweb.treegraph.document.undo.ComplexDocumentEdit
info.bioinfweb.treegraph.document.undo.edit.LadderizeEdit
public class LadderizeEdit
This class ladderized a subtree. This operation cannot be undone.
| Field Summary | |
|---|---|
private boolean |
down
|
private Node |
root
|
| Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
document |
| Constructor Summary | |
|---|---|
LadderizeEdit(Document document,
Node root,
boolean down)
|
|
| Method Summary | |
|---|---|
String |
getPresentationName()
|
private void |
ladderize(Node root,
boolean down)
|
protected void |
performRedo()
|
| Methods inherited from class info.bioinfweb.treegraph.document.undo.ComplexDocumentEdit |
|---|
findEquivilant, findEquivilant, redo, undo |
| Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Node root
private boolean down
| Constructor Detail |
|---|
public LadderizeEdit(Document document,
Node root,
boolean down)
| Method Detail |
|---|
private void ladderize(Node root,
boolean down)
protected void performRedo()
performRedo in class ComplexDocumentEditpublic String getPresentationName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||