Exemplo n.º 1
0
 /**
  * Copy this node to the clipboard.
  *
  * @return The transferable for RACComponentNode
  * @throws java.io.IOException if it could not copy
  */
 @Override
 public Transferable clipboardCopy() throws java.io.IOException {
   return new CopySupport.RADTransferable(CopySupport.getComponentCopyFlavor(), component);
 }