|
||||||||||
| 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
info.bioinfweb.treegraph.document.undo.edit.DeleteColumnEdit
public class DeleteColumnEdit
| Field Summary |
|---|
| Fields inherited from class info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit |
|---|
adapter, backup |
| Fields inherited from class info.bioinfweb.treegraph.document.undo.DocumentEdit |
|---|
document |
| Constructor Summary | |
|---|---|
DeleteColumnEdit(Document document,
NodeBranchDataAdapter adapter)
|
|
| Method Summary | |
|---|---|
static void |
deleteSubtree(Node root,
NodeBranchDataAdapter adapter)
|
java.lang.String |
getPresentationName()
|
void |
redo()
|
| Methods inherited from class info.bioinfweb.treegraph.document.undo.NodeBranchDataEdit |
|---|
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 |
| Constructor Detail |
|---|
public DeleteColumnEdit(Document document,
NodeBranchDataAdapter adapter)
| Method Detail |
|---|
public static void deleteSubtree(Node root,
NodeBranchDataAdapter adapter)
public void redo()
throws javax.swing.undo.CannotRedoException
redo in interface javax.swing.undo.UndoableEditredo in class DocumentEditjavax.swing.undo.CannotRedoExceptionpublic java.lang.String getPresentationName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||