Cut, Copy, Paste, and Delete Commands
See Also
The standard clipboard operations (Cut, Copy, and Paste) and the Delete command are available from:
- The Edit menu
- Contextual menus for nodes in the Filesystems window
When you copy a whole object, you have multiple paste options.
The options depend on the type of object you are copying. The Paste options include:
- Paste
Copy. Pastes the cut or copied file. This is the standard paste operation.
In the case of .java files, the package declaration is changed to
reflect the new package.
- Paste
Create Link. Pastes a link to the object you have copied.
- Paste
New Instance. Pastes a new instance of the copied Java object (for templates).
- Paste
Serialize. Pastes a serialized copy of the Java object.
- Paste
Default Instance. Pastes the default instance of the Java object.
Legal Notices