|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.apps.svgbrowser.AbstractUndoableCommand
org.apache.batik.apps.svgbrowser.HistoryBrowserInterface.AttributeAddedCommand
public static class HistoryBrowserInterface.AttributeAddedCommand
Adds the attribute to an element (MutationEvent.ADDITION)
Field Summary | |
---|---|
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 |
newValue
The attribute value. |
Fields inherited from class org.apache.batik.apps.svgbrowser.AbstractUndoableCommand |
---|
name |
Constructor Summary | |
---|---|
HistoryBrowserInterface.AttributeAddedCommand(java.lang.String commandName,
org.w3c.dom.Element contextElement,
java.lang.String attributeName,
java.lang.String newAttributeValue,
java.lang.String namespaceURI)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.batik.apps.svgbrowser.AbstractUndoableCommand |
---|
getName, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.w3c.dom.Element contextElement
protected java.lang.String attributeName
protected java.lang.String newValue
protected java.lang.String namespaceURI
Constructor Detail |
---|
public HistoryBrowserInterface.AttributeAddedCommand(java.lang.String commandName, org.w3c.dom.Element contextElement, java.lang.String attributeName, java.lang.String newAttributeValue, java.lang.String namespaceURI)
commandName
- The name of this command.contextElement
- The context elementattributeName
- The attribute namenewAttributeValue
- The attribute valuenamespaceURI
- The namespaceURIMethod Detail |
---|
public void execute()
UndoableCommand
execute
in interface UndoableCommand
execute
in class AbstractUndoableCommand
public void undo()
UndoableCommand
undo
in interface UndoableCommand
undo
in class AbstractUndoableCommand
public void redo()
UndoableCommand
redo
in interface UndoableCommand
redo
in class AbstractUndoableCommand
public boolean shouldExecute()
UndoableCommand
shouldExecute
in interface UndoableCommand
shouldExecute
in class AbstractUndoableCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |