/**
  * Performing the action.
  *
  * <p>
  *
  * @param actionEvent the action event
  */
 public void actionPerformed(ActionEvent actionEvent) {
   CopyPasteCutUtil.copyComplete(
       mainFrame, new HashSet<Object>(DeployHelper.getFilteredSelectedNodes(mainFrame)));
 }