|
||||||||||
| 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.RerootEdit
public class RerootEdit
| Field Summary | |
|---|---|
static int |
DIALOG_HELP_TOPIC
|
private Branch |
rootingPoint
|
| Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
document |
| Constructor Summary | |
|---|---|
RerootEdit(Document document,
Branch rootingPoint)
|
|
| Method Summary | |
|---|---|
private void |
copyBranchData(Branch source,
Branch target)
|
String |
getPresentationName()
|
private void |
moveLabelBlock(Labels source,
Labels target,
boolean above)
|
protected void |
performRedo()
|
private void |
reroot(Branch position)
|
private void |
showWarnings()
|
| 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 |
|---|
public static final int DIALOG_HELP_TOPIC
private Branch rootingPoint
| Constructor Detail |
|---|
public RerootEdit(Document document,
Branch rootingPoint)
| Method Detail |
|---|
private void moveLabelBlock(Labels source,
Labels target,
boolean above)
private void copyBranchData(Branch source,
Branch target)
private void showWarnings()
private void reroot(Branch position)
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 | |||||||||