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