|
||||||||||
| 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.NodeBranchDataEdit
public abstract class NodeBranchDataEdit
Can be used as a superclass for edits which change a node/branch data column. Implements restoring the previous values of that column.
| Field Summary | |
|---|---|
protected NodeBranchDataAdapter |
adapter
|
protected NodeBranchDataBackup |
backup
|
| Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
document |
| Constructor Summary | |
|---|---|
NodeBranchDataEdit(Document document,
NodeBranchDataAdapter adapter)
|
|
| Method Summary | |
|---|---|
void |
undo()
|
| Methods inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit |
| 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 NodeBranchDataAdapter adapter
protected NodeBranchDataBackup backup
| Constructor Detail |
|---|
public NodeBranchDataEdit(Document document,
NodeBranchDataAdapter adapter)
| Method Detail |
|---|
public void undo()
throws javax.swing.undo.CannotUndoException
undo in interface javax.swing.undo.UndoableEditundo in class DocumentEditjavax.swing.undo.CannotUndoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||