org.apache.batik.apps.svgbrowser
public static class HistoryBrowserInterface.CharDataModifiedCommand extends AbstractUndoableCommand
| Modifier and Type | Field and Description |
|---|---|
protected Node |
contextNode
The node whose value changed.
|
protected java.lang.String |
newValue
New node value.
|
protected java.lang.String |
oldValue
Old node value.
|
name| Constructor and Description |
|---|
HistoryBrowserInterface.CharDataModifiedCommand(java.lang.String commandName,
Node contextNode,
java.lang.String oldValue,
java.lang.String newValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes this command.
|
void |
redo()
Performs redo for this command.
|
boolean |
shouldExecute()
Tests if the command can be executed.
|
void |
undo()
Performs undo for this command.
|
getName, setNameprotected Node contextNode
protected java.lang.String oldValue
protected java.lang.String newValue
public HistoryBrowserInterface.CharDataModifiedCommand(java.lang.String commandName,
Node contextNode,
java.lang.String oldValue,
java.lang.String newValue)
commandName - The command namecontextNode - Context nodeoldValue - Old node valuenewValue - New node valuepublic void execute()
UndoableCommandexecute in interface UndoableCommandexecute in class AbstractUndoableCommandpublic void undo()
UndoableCommandundo in interface UndoableCommandundo in class AbstractUndoableCommandpublic void redo()
UndoableCommandredo in interface UndoableCommandredo in class AbstractUndoableCommandpublic boolean shouldExecute()
UndoableCommandshouldExecute in interface UndoableCommandshouldExecute in class AbstractUndoableCommandCopyright ? 2008 Apache Software Foundation. All Rights Reserved.