Class DtRefactoringRenameWizard

  • All Implemented Interfaces:
    org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard

    public class DtRefactoringRenameWizard
    extends CustomRefactoringWizard
    The DT refactoring rename wizard.
    • Field Summary

      • Fields inherited from class org.eclipse.ltk.ui.refactoring.RefactoringWizard

        CHECK_INITIAL_CONDITIONS_ON_OPEN, DIALOG_BASED_UESR_INTERFACE, DIALOG_BASED_USER_INTERFACE, NO_BACK_BUTTON_ON_STATUS_DIALOG, NO_PREVIEW_PAGE, NONE, PREVIEW_EXPAND_FIRST_NODE, SHOW_HELP_CONTROL, WIZARD_BASED_USER_INTERFACE, YES_NO_BUTTON_STYLE
      • Fields inherited from class org.eclipse.jface.wizard.Wizard

        DEFAULT_IMAGE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addUserInputPages()  
      • Methods inherited from class org.eclipse.ltk.ui.refactoring.RefactoringWizard

        addPage, addPages, canFinish, getChange, getDefaultPageTitle, getMessageLineWidthInChars, getPreviousPage, getRefactoring, getRefactoringContext, getWizardFlags, internalCreateChange, internalGetExpandFirstNode, internalHasPreviewPage, internalIsYesNoStyle, internalPerformFinish, internalSetChange, internalSetPreviewShown, internalShowBackButtonOnStatusDialog, performCancel, performFinish, setChangeCreationCancelable, setDefaultPageTitle, setForcePreviewReview, setHelpAvailable, setInitialComputationContext, setInitialConditionCheckingStatus
      • Methods inherited from class org.eclipse.jface.wizard.Wizard

        createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getShell, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
    • Constructor Detail

      • DtRefactoringRenameWizard

        public DtRefactoringRenameWizard​(IRefactoring refactoring,
                                         int flags)
        Creates a new wizard.
        Parameters:
        refactoring - the refactoring instance, cannot be null.
        flags - flags specifying the behavior of the wizard. If neither WIZARD_BASED_USER_INTERFACE nor DIALOG_BASED_UESR_INTERFACE is specified then WIZARD_BASED_USER_INTERFACE will be taken as a default.
      • DtRefactoringRenameWizard

        public DtRefactoringRenameWizard​(Collection<IRefactoring> refactorings,
                                         int flags)
        Creates a new wizard.
        Parameters:
        refactorings - the refactoring instances, cannot be null.
        flags - flags specifying the behavior of the wizard. If neither WIZARD_BASED_USER_INTERFACE nor DIALOG_BASED_UESR_INTERFACE is specified then WIZARD_BASED_USER_INTERFACE will be taken as a default.
    • Method Detail

      • addUserInputPages

        protected void addUserInputPages()
        Specified by:
        addUserInputPages in class org.eclipse.ltk.ui.refactoring.RefactoringWizard