|
org.eclipse.ltk.ui.refactoring.resource
Class RenameResourceWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.eclipse.ltk.ui.refactoring.RefactoringWizard
org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard
-
All Implemented Interfaces:
-
IWizard
-
public class RenameResourceWizard
- extends
RefactoringWizard
A wizard for the rename resource refactoring.
-
Since:
- 3.4
Method Summary
|
protected void
|
addUserInputPages
()
Hook method to add user input pages to this refactoring wizard. |
Methods inherited from class org.eclipse.ltk.ui.refactoring.
RefactoringWizard
|
addPage,
addPages,
canFinish,
getChange,
getDefaultPageTitle,
getMessageLineWidthInChars,
getPreviousPage,
getRefactoring,
getStartingPage,
internalCreateChange,
internalGetExpandFirstNode,
internalHasPreviewPage,
internalIsYesNoStyle,
internalPerformFinish,
internalSetChange,
internalSetPreviewShown,
internalShowBackButtonOnStatusDialog,
performCancel,
performFinish,
setChangeCreationCancelable,
setDefaultPageTitle,
setForcePreviewReview,
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,
setHelpAvailable,
setNeedsProgressMonitor,
setTitleBarColor,
setWindowTitle
|
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
RenameResourceWizard
public RenameResourceWizard(
IResource resource)
- Creates a
RenameResourceWizard .
-
Parameters:
-
resource - the resource to rename. The resource must exist.
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
-
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|