Class RenameResourceWizard.RenameResourceRefactoringConfigurationPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
org.eclipse.ltk.ui.refactoring.UserInputWizardPage
org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard.RenameResourceRefactoringConfigurationPage
- All Implemented Interfaces:
IDialogPage,IMessageProvider,IWizardPage
- Enclosing class:
RenameResourceWizard
public static class RenameResourceWizard.RenameResourceRefactoringConfigurationPage
extends UserInputWizardPage
- Since:
- 3.11
-
Field Summary
Fields inherited from class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
REFACTORING_SETTINGSFields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING -
Constructor Summary
ConstructorsConstructorDescriptionRenameResourceRefactoringConfigurationPage(String name, IRenameResourceProcessor processor) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateControl(Composite parent) Creates the top level Composite for this dialog page under the given parent composite.Returns the wizard page that would to be shown if the user was to press the Next button.protected IRenameResourceProcessorprotected voidprotected booleanPerforms any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted.voidsetVisible(boolean visible) TheDialogPageimplementation of thisIDialogPagemethod sets the control to the given visibility state.protected voidprotected final voidMethods inherited from class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
canFlipToNextPage, computeSuccessorPage, isLastUserInputPage, setPageCompleteMethods inherited from class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
getRefactoring, getRefactoringSettings, getRefactoringWizard, setWizardMethods inherited from class org.eclipse.jface.wizard.WizardPage
getContainer, getDialogSettings, getImage, getName, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, toStringMethods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelpMethods inherited from interface org.eclipse.jface.wizard.IWizardPage
getMinimumPageSize
-
Constructor Details
-
RenameResourceRefactoringConfigurationPage
-
RenameResourceRefactoringConfigurationPage
-
-
Method Details
-
createControl
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
getControlThe 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:DialogPageTheDialogPageimplementation of thisIDialogPagemethod sets the control to the given visibility state. Subclasses may extend.- Specified by:
setVisiblein interfaceIDialogPage- Overrides:
setVisiblein classUserInputWizardPage- Parameters:
visible-trueto make this page visible, andfalseto hide it
-
validatePage
protected final void validatePage() -
performFinish
protected boolean performFinish()Description copied from class:RefactoringWizardPagePerforms 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:
performFinishin classUserInputWizardPage- Returns:
trueto indicate the finish request was accepted, andfalseto indicate that the finish request was refused
-
getNextPage
Description copied from interface:IWizardPageReturns the wizard page that would to be shown if the user was to press the Next button.- Specified by:
getNextPagein interfaceIWizardPage- Overrides:
getNextPagein classUserInputWizardPage- Returns:
- the next wizard page, or
nullif none
-
storeSettings
protected void storeSettings() -
initializeRefactoring
protected void initializeRefactoring() -
getProcessor
-