UndoableCommandpublic static class HistoryBrowserInterface.AttributeModifiedCommand extends AbstractUndoableCommand
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
attributeName |
The attribute name.
|
protected org.w3c.dom.Element |
contextElement |
The context element.
|
protected java.lang.String |
namespaceURI |
The namespaceURI.
|
protected java.lang.String |
newAttributeValue |
New attribute value.
|
protected java.lang.String |
prevAttributeValue |
Previous attribute value.
|
name| Constructor | Description |
|---|---|
AttributeModifiedCommand(java.lang.String commandName,
org.w3c.dom.Element contextElement,
java.lang.String attributeName,
java.lang.String prevAttributeValue,
java.lang.String newAttributeValue,
java.lang.String namespaceURI) |
Constructor.
|
| Modifier and Type | Method | 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 org.w3c.dom.Element contextElement
protected java.lang.String attributeName
protected java.lang.String prevAttributeValue
protected java.lang.String newAttributeValue
protected java.lang.String namespaceURI
public AttributeModifiedCommand(java.lang.String commandName,
org.w3c.dom.Element contextElement,
java.lang.String attributeName,
java.lang.String prevAttributeValue,
java.lang.String newAttributeValue,
java.lang.String namespaceURI)
commandName - The name of this command.contextElement - The context elementattributeName - The attribute nameprevAttributeValue - The previous attribute valuenewAttributeValue - The new attribute valuenamespaceURI - The namespaceURIpublic 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 ? 2018 Apache Software Foundation. All Rights Reserved.