Class MoveResourcesWizard

All Implemented Interfaces:
IShellProvider, IWizard

public class MoveResourcesWizard extends RefactoringWizard
A wizard for the move resources refactoring.
Since:
3.4
  • Constructor Details

    • MoveResourcesWizard

      public MoveResourcesWizard(IResource[] resources)
      Parameters:
      resources - the resources to move. The resources must exist.
  • Method Details

    • addUserInputPages

      protected void addUserInputPages()
      Description copied from class: RefactoringWizard
      Hook method to add user input pages to this refactoring wizard. Pages added via this call have to be instances of the type UserInputWizardPage. Adding pages of a different kind is not permitted and will result in unexpected behavior.
      Specified by:
      addUserInputPages in class RefactoringWizard