public class ComplexHistory.CommandNode
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ComplexHistory.CommandNode> |
getChildren()
Gets list of commands directly based on this node.
|
Command |
getCommand()
Gets command of this node.
|
ComplexHistory.CommandNode |
getParent()
Gets node this node is based on that.
|
Command |
getSelectedNextCommand()
Gets the last executed command directly based on this node.
|
public Command getCommand()
public Command getSelectedNextCommand()
public ComplexHistory.CommandNode getParent()
public java.util.List<ComplexHistory.CommandNode> getChildren()