org.apache.batik.apps.svgbrowser
public static class HistoryBrowserInterface.AppendChildCommand extends AbstractUndoableCommand
| Field Summary | |
|---|---|
| protected Node | childNode
The node to be appended. |
| protected Node | oldNextSibling
The node's previous next sibling. |
| protected Node | oldParentNode
The node's previous parent. |
| protected Node | parentNode
The node's new parent. |
| Constructor Summary | |
|---|---|
| AppendChildCommand(String commandName, Node parentNode, Node childNode)
Constructor. | |
| Method Summary | |
|---|---|
| void | execute() |
| void | redo() |
| boolean | shouldExecute() |
| void | undo() |