Class RenameResourceWizard.RenameResourceRefactoringConfigurationPage

All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage
Enclosing class:
RenameResourceWizard

public static class RenameResourceWizard.RenameResourceRefactoringConfigurationPage extends UserInputWizardPage
Since:
3.11
  • Constructor Details

    • RenameResourceRefactoringConfigurationPage

      public RenameResourceRefactoringConfigurationPage(IRenameResourceProcessor processor)
    • RenameResourceRefactoringConfigurationPage

      public RenameResourceRefactoringConfigurationPage(String name, IRenameResourceProcessor processor)
  • Method Details

    • createControl

      public void createControl(Composite parent)
      Creates the top level Composite for this dialog page under the given parent composite.

      The created top level Composite will be set as the top level control for this dialog page and can be accessed using getControl

      The top level Composite will have a GridLayout of 2 columns of unequal width

      Parameters:
      parent - the parent composite
    • setVisible

      public void setVisible(boolean visible)
      Description copied from class: DialogPage
      The DialogPage implementation of this IDialogPage method sets the control to the given visibility state. Subclasses may extend.
      Specified by:
      setVisible in interface IDialogPage
      Overrides:
      setVisible in class UserInputWizardPage
      Parameters:
      visible - true to make this page visible, and false to hide it
    • validatePage

      protected final void validatePage()
    • performFinish

      protected boolean performFinish()
      Description copied from class: RefactoringWizardPage
      Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted. This method is called by the refactoring wizard on the currently active refactoring wizard page.
      Overrides:
      performFinish in class UserInputWizardPage
      Returns:
      true to indicate the finish request was accepted, and false to indicate that the finish request was refused
    • getNextPage

      public IWizardPage getNextPage()
      Description copied from interface: IWizardPage
      Returns the wizard page that would to be shown if the user was to press the Next button.
      Specified by:
      getNextPage in interface IWizardPage
      Overrides:
      getNextPage in class UserInputWizardPage
      Returns:
      the next wizard page, or null if none
    • storeSettings

      protected void storeSettings()
    • initializeRefactoring

      protected void initializeRefactoring()
    • getProcessor

      protected IRenameResourceProcessor getProcessor()