public static class HistoryBrowserInterface.NodeInsertedCommand extends AbstractUndoableCommand
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Node |
contextNode
The node to be appended.
|
protected org.w3c.dom.Node |
newParent
The node's new parent.
|
protected org.w3c.dom.Node |
newSibling
The node's next sibling.
|
name
Constructor and Description |
---|
HistoryBrowserInterface.NodeInsertedCommand(java.lang.String commandName,
org.w3c.dom.Node parent,
org.w3c.dom.Node sibling,
org.w3c.dom.Node contextNode)
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, setName
protected org.w3c.dom.Node newSibling
protected org.w3c.dom.Node newParent
protected org.w3c.dom.Node contextNode
public HistoryBrowserInterface.NodeInsertedCommand(java.lang.String commandName, org.w3c.dom.Node parent, org.w3c.dom.Node sibling, org.w3c.dom.Node contextNode)
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
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.