Uses of Class
org.eclipse.ltk.core.refactoring.Refactoring
Packages that use Refactoring
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
Application programmer interface to implement resource dependend refactorings.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to display and preview refactoring history information.
-
Uses of Refactoring in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring that return RefactoringModifier and TypeMethodDescriptionprotected RefactoringPerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status) Deprecated.since 3.4.protected RefactoringPerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Deprecated.since 3.6.abstract RefactoringRefactoringDescriptor.createRefactoring(RefactoringStatus status) Creates the a new refactoring instance for this refactoring descriptor.CheckConditionsOperation.getRefactoring()Returns the operation's refactoringRefactoringContext.getRefactoring()Returns the refactoring associated with the context.Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringModifier and TypeMethodDescriptionprotected RefactoringStatusPerformRefactoringHistoryOperation.aboutToPerformRefactoring(Refactoring refactoring, RefactoringDescriptor descriptor, IProgressMonitor monitor) Hook method which is called when the specified refactoring is going to be executed.protected voidPerformRefactoringHistoryOperation.refactoringPerformed(Refactoring refactoring, IProgressMonitor monitor) Hook method which is called when the specified refactoring has been performed.Constructors in org.eclipse.ltk.core.refactoring with parameters of type RefactoringModifierConstructorDescriptionCheckConditionsOperation(Refactoring refactoring, int style) Creates a newCheckConditionsOperation.CreateChangeOperation(Refactoring refactoring) Creates a new operation with the given refactoring.PerformRefactoringOperation(Refactoring refactoring, int style) Create a new perform refactoring operation.RefactoringContext(Refactoring refactoring) Creates a context for the given refactoring. -
Uses of Refactoring in org.eclipse.ltk.core.refactoring.participants
Subclasses of Refactoring in org.eclipse.ltk.core.refactoring.participantsModifier and TypeClassDescriptionclassA generic copy refactoring.classA generic delete refactoring.classA generic move refactoring.classAn base implementation for refactorings that are split into one refactoring processor and 0..n participants.classA generic rename refactoring. -
Uses of Refactoring in org.eclipse.ltk.core.refactoring.resource
Methods in org.eclipse.ltk.core.refactoring.resource that return RefactoringModifier and TypeMethodDescriptionCopyProjectDescriptor.createRefactoring(RefactoringStatus status) DeleteResourcesDescriptor.createRefactoring(RefactoringStatus status) MoveRenameResourceDescriptor.createRefactoring(RefactoringStatus status) MoveResourcesDescriptor.createRefactoring(RefactoringStatus status) RenameResourceDescriptor.createRefactoring(RefactoringStatus status) -
Uses of Refactoring in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring that return RefactoringModifier and TypeMethodDescriptionfinal RefactoringRefactoringWizard.getRefactoring()Returns the refactoring this wizard is associated with.protected RefactoringRefactoringWizardPage.getRefactoring()Returns the refactoring associated with this wizard page.Constructors in org.eclipse.ltk.ui.refactoring with parameters of type RefactoringModifierConstructorDescriptionRefactoringWizard(Refactoring refactoring, int flags) Creates a new refactoring wizard for the given refactoring. -
Uses of Refactoring in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history that return RefactoringModifier and TypeMethodDescriptionprotected RefactoringRefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status) Deprecated.since 3.6.protected RefactoringRefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Deprecated.since 3.7.Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringModifier and TypeMethodDescriptionprotected RefactoringStatusRefactoringHistoryWizard.aboutToPerformRefactoring(Refactoring refactoring, RefactoringDescriptor descriptor, IProgressMonitor monitor) Hook method which is called before the a refactoring of the history is executed.final RefactoringStatusRefactoringHistoryWizard.performPreviewChange(Change change, Refactoring refactoring) Performs the change previously displayed in the preview.protected RefactoringStatusRefactoringHistoryWizard.refactoringPerformed(Refactoring refactoring, IProgressMonitor monitor) Hook method which is called when the specified refactoring has been performed, e.g. its change object has been successfully applied to the workspace.