org.apache.batik.apps.svgbrowser
public static class HistoryBrowserInterface.ChangeNodeValueCommand extends AbstractUndoableCommand
| Field Summary | |
|---|---|
| protected Node | contextNode
The node whose value changed. |
| protected String | newValue
New node value. |
| Constructor Summary | |
|---|---|
| ChangeNodeValueCommand(String commandName, Node contextNode, String newValue)
Constructor. | |
| Method Summary | |
|---|---|
| void | execute() |
| void | redo() |
| boolean | shouldExecute() |
| void | undo() |