Example #1
0
 /**
  * Constructor.
  *
  * @param shell the active shell
  */
 public CopyFilesOperation(Shell shell) {
   if (shell == null) {
     fShell = CoreUIUtils.getActiveShell();
   } else {
     fShell = shell;
   }
 }