Пример #1
0
 /**
  * Cut this node to the clipboard.
  *
  * @return {@link Transferable} with one flavor, {@link RAD_COMPONENT_COPY_FLAVOR }
  * @throws java.io.IOException if it could not cut
  */
 @Override
 public Transferable clipboardCut() throws java.io.IOException {
   return new CopySupport.RADTransferable(CopySupport.getComponentCutFlavor(), component);
 }