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