Class MoveProjectAction

All Implemented Interfaces:
IAction, ISelectionChangedListener

public class MoveProjectAction extends CopyProjectAction
The MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.
  • Field Details

  • Constructor Details

    • MoveProjectAction

      @Deprecated public MoveProjectAction(Shell shell)
      Creates a new project move action and initializes it.
      Parameters:
      shell - the shell for any dialogs
    • MoveProjectAction

      public MoveProjectAction(IShellProvider provider)
      Creates a new project move action and initializes it.
      Parameters:
      provider - the IShellProvider for any dialogs
      Since:
      3.4
  • Method Details