org.eclipse.ui.actions
Class CopyProjectOperation
java.lang.Object
|
+--org.eclipse.ui.actions.CopyProjectOperation
- public class CopyProjectOperation
- extends Object
Implementation class to perform the actual copying of project resources from the clipboard
when paste action is invoked.
This class may be instantiated; it is not intended to be subclassed.
Method Summary |
void |
copyProject(IProject project)
Paste a copy of the project on the clipboard to the workspace. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyProjectOperation
public CopyProjectOperation(Shell shell)
- Create a new operation initialized with a shell.
- Parameters:
shell
- parent shell for error dialogs
copyProject
public void copyProject(IProject project)
- Paste a copy of the project on the clipboard to the workspace.
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.