Class DeleteResourcesWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
org.eclipse.ltk.ui.refactoring.RefactoringWizard
org.eclipse.ltk.ui.refactoring.resource.DeleteResourcesWizard
All Implemented Interfaces:
IShellProvider, IWizard

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

    • DeleteResourcesWizard

      public DeleteResourcesWizard(IResource[] resources)
      Parameters:
      resources - the resources to delete
  • 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