public static class HistoryBrowserInterface.AttributeRemovedCommand extends AbstractUndoableCommand
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName
The attribute name.
|
protected Element |
contextElement
The context element.
|
protected String |
namespaceURI
The namespaceURI.
|
protected String |
prevValue
The previous attribute value.
|
name| Constructor and Description |
|---|
AttributeRemovedCommand(String commandName,
Element contextElement,
String attributeName,
String prevAttributeValue,
String namespaceURI)
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 Element contextElement
protected String attributeName
protected String prevValue
protected String namespaceURI
public AttributeRemovedCommand(String commandName, Element contextElement, String attributeName, String prevAttributeValue, String namespaceURI)
commandName - The name of this command.contextElement - The context elementattributeName - The attribute nameprevAttributeValue - The previous 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 © 2000–2024 Apache Software Foundation. All rights reserved.