Class NodePasteAction

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

public class NodePasteAction extends AbstractAction implements com.marginallyclever.donatello.actions.EditorAction
Duplicates the editor's copy buffer, inserts the contents into the editor's current Graph, and sets the new content as the editor's selected items.
Since:
2022-02-21
Author:
Dan Royer
See Also: