|
||||||||||
| 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.SaveLegendsEdit
info.bioinfweb.treegraph.document.undo.edit.InsertRemoveSubtreeEdit
public abstract class InsertRemoveSubtreeEdit
| Field Summary | |
|---|---|
protected int |
index
|
protected Node |
parent
|
protected Node |
root
|
| Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
document |
| Constructor Summary | |
|---|---|
InsertRemoveSubtreeEdit(Document document,
Node parent,
Node root,
int index)
|
|
| Method Summary | |
|---|---|
protected void |
insert()
|
protected void |
remove()
|
| Methods inherited from class info.bioinfweb.treegraph.document.undo.SaveLegendsEdit |
|---|
editSubtreeLegends, getHelpTopic, getLegendsReanchored, getLegendsRemoved, getLegendsSave, getShowWarnings, getWarningsMessages, restoreLegends, saveLegends, setHelpTopic, setLegendsReanchored, setLegendsRemoved, setShowWarnings, showWarningDialog |
| Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.undo.UndoableEdit |
|---|
getPresentationName |
| Field Detail |
|---|
protected Node parent
protected Node root
protected int index
| Constructor Detail |
|---|
public InsertRemoveSubtreeEdit(Document document,
Node parent,
Node root,
int index)
document - parent - - the parent node of the root node of the subtree to be deletedroot - - the root node of the subtree to be deletedindex - - the index of the root node in the child list of its parent node| Method Detail |
|---|
protected void insert()
protected void remove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||