UndoableCommandpublic static class HistoryBrowserInterface.InsertNodeBeforeCommand extends AbstractUndoableCommand
| Modifier and Type | Field | Description |
|---|---|---|
protected org.w3c.dom.Node |
child |
The node to be appended.
|
protected org.w3c.dom.Node |
newNextSibling |
The node's new next sibling.
|
protected org.w3c.dom.Node |
oldNextSibling |
The node's previous next sibling.
|
protected org.w3c.dom.Node |
oldParent |
The node's previous parent.
|
protected org.w3c.dom.Node |
parent |
The node's new parent.
|
name| Constructor | Description |
|---|---|
InsertNodeBeforeCommand(java.lang.String commandName,
org.w3c.dom.Node parent,
org.w3c.dom.Node sibling,
org.w3c.dom.Node child) |
Constructor.
|
| Modifier and Type | Method | 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 oldParent
protected org.w3c.dom.Node oldNextSibling
protected org.w3c.dom.Node newNextSibling
protected org.w3c.dom.Node parent
protected org.w3c.dom.Node child
public InsertNodeBeforeCommand(java.lang.String commandName,
org.w3c.dom.Node parent,
org.w3c.dom.Node sibling,
org.w3c.dom.Node child)
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 ? 2018 Apache Software Foundation. All Rights Reserved.