java.lang.Object
javax.swing.AbstractAction
com.marginallyclever.ro3.apps.actions.PasteNode
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class PasteNode extends AbstractAction
PasteNode is an action that pastes the selected node(s) from the clipboard.
See Also:
  • Constructor Details

    • PasteNode

      public PasteNode()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)