org.apache.batik.apps.svgbrowser
public static class HistoryBrowserInterface.RemoveChildCommand extends AbstractUndoableCommand
| Field Summary | |
|---|---|
| protected Node | childNode
The node to be removed. |
| protected int | indexInChildrenArray
Node's index in parent's children array. |
| protected Node | parentNode
Node's previous parent. |
| Constructor Summary | |
|---|---|
| RemoveChildCommand(String commandName, Node parentNode, Node childNode)
Constructor. | |
| Method Summary | |
|---|---|
| void | execute() |
| void | redo() |
| boolean | shouldExecute() |
| void | undo() |