Eclipse Platform
2.0

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.


Constructor Summary
CopyProjectOperation(Shell shell)
          Create a new operation initialized with a shell.
 
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
 

Constructor Detail

CopyProjectOperation

public CopyProjectOperation(Shell shell)
Create a new operation initialized with a shell.

Parameters:
shell - parent shell for error dialogs
Method Detail

copyProject

public void copyProject(IProject project)
Paste a copy of the project on the clipboard to the workspace.


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.