java.lang.Object
javax.swing.undo.AbstractUndoableEdit
com.marginallyclever.ro3.apps.commands.AddNode<T>
Type Parameters:
T - the type of node to add
All Implemented Interfaces:
Serializable, UndoableEdit

public class AddNode<T extends Node> extends AbstractUndoableEdit
Add a new instance of a Node to every selected branches of the tree
See Also: