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