Class NodeAddAction

java.lang.Object
javax.swing.AbstractAction
com.marginallyclever.donatello.actions.undoable.NodeAddAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class NodeAddAction extends AbstractAction
Launches the "Add Node" dialog. If the user clicks "Ok" then the selected Node type is added to the current editor Graph.
Since:
2022-02-21
Author:
Dan Royer
See Also: