public static class HistoryBrowserInterface.RemoveChildCommand extends AbstractUndoableCommand
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.Node |
childNode
The node to be removed.
|
protected int |
indexInChildrenArray
Node's index in parent's children array.
|
protected org.w3c.dom.Node |
parentNode
Node's previous parent.
|
name| Constructor and Description |
|---|
HistoryBrowserInterface.RemoveChildCommand(java.lang.String commandName,
org.w3c.dom.Node parentNode,
org.w3c.dom.Node childNode)
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 org.w3c.dom.Node parentNode
protected org.w3c.dom.Node childNode
protected int indexInChildrenArray
public HistoryBrowserInterface.RemoveChildCommand(java.lang.String commandName,
org.w3c.dom.Node parentNode,
org.w3c.dom.Node childNode)
public 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 ? 2009 Apache Software Foundation. All Rights Reserved.