org.apache.batik.apps.svgbrowser
public static class HistoryBrowserInterface.NodeRemovedCommand extends AbstractUndoableCommand
| Field Summary | |
|---|---|
| protected Node | contextNode
The node to be appended. |
| protected Node | oldParent
The node's new parent. |
| protected Node | oldSibling
The node's old sibling. |
| Constructor Summary | |
|---|---|
| NodeRemovedCommand(String commandName, Node oldParent, Node oldSibling, Node contextNode)
Constructor. | |
| Method Summary | |
|---|---|
| void | execute() |
| void | redo() |
| boolean | shouldExecute() |
| void | undo() |