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

Use a NodeFactory to add a new instance of a Node to every selected branch of the scene tree.

See Also: