org.apache.batik.apps.svgbrowser
public static class HistoryBrowserInterface.AttributeRemovedCommand extends AbstractUndoableCommand
| Field Summary | |
|---|---|
| protected String | attributeName
The attribute name. |
| protected Element | contextElement
The context element. |
| protected String | namespaceURI
The namespaceURI. |
| protected String | prevValue
The previous attribute value. |
| Constructor Summary | |
|---|---|
| AttributeRemovedCommand(String commandName, Element contextElement, String attributeName, String prevAttributeValue, String namespaceURI)
Constructor.
| |
| Method Summary | |
|---|---|
| void | execute() |
| void | redo() |
| boolean | shouldExecute() |
| void | undo() |
Parameters: commandName The name of this command. contextElement The context element attributeName The attribute name prevAttributeValue The previous attribute value namespaceURI The namespaceURI