|
||||||||||
| 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.AppendChildCommand
public static class HistoryBrowserInterface.AppendChildCommand
The AppendChild command. Appends the given node to the given parent node as a last child.
| Field Summary | |
|---|---|
protected org.w3c.dom.Node |
childNode
The node to be appended. |
protected org.w3c.dom.Node |
oldNextSibling
The node's previous next sibling. |
protected org.w3c.dom.Node |
oldParentNode
The node's previous parent. |
protected org.w3c.dom.Node |
parentNode
The node's new parent. |
| Fields inherited from class org.apache.batik.apps.svgbrowser.AbstractUndoableCommand |
|---|
name |
| Constructor Summary | |
|---|---|
HistoryBrowserInterface.AppendChildCommand(java.lang.String commandName,
org.w3c.dom.Node parentNode,
org.w3c.dom.Node childNode)
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.Node oldParentNode
protected org.w3c.dom.Node oldNextSibling
protected org.w3c.dom.Node parentNode
protected org.w3c.dom.Node childNode
| Constructor Detail |
|---|
public HistoryBrowserInterface.AppendChildCommand(java.lang.String commandName,
org.w3c.dom.Node parentNode,
org.w3c.dom.Node childNode)
| Method Detail |
|---|
public void execute()
UndoableCommand
execute in interface UndoableCommandexecute in class AbstractUndoableCommandpublic void undo()
UndoableCommand
undo in interface UndoableCommandundo in class AbstractUndoableCommandpublic void redo()
UndoableCommand
redo in interface UndoableCommandredo in class AbstractUndoableCommandpublic boolean shouldExecute()
UndoableCommand
shouldExecute in interface UndoableCommandshouldExecute in class AbstractUndoableCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||