Uses of Class
org.eclipse.ltk.core.refactoring.RefactoringDescriptor
Packages that use RefactoringDescriptor
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
Application programmer interface to implement resource dependend refactorings.
Application programming interface to display and preview refactoring history information.
-
Uses of RefactoringDescriptor in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring that return RefactoringDescriptorModifier and TypeMethodDescriptionRefactoringContribution.createDescriptor()Creates a new customizable refactoring descriptor initialized with its default values.abstract RefactoringDescriptorRefactoringContribution.createDescriptor(String id, String project, String description, String comment, Map<String, String> arguments, int flags) Creates a new refactoring descriptor initialized with the values provided by the arguments of this method.RefactoringChangeDescriptor.getRefactoringDescriptor()Returns theRefactoringDescriptorthat originated the change.final RefactoringDescriptor[]RefactoringSessionDescriptor.getRefactorings()Returns the refactoring descriptors.RefactoringDescriptorProxy.requestDescriptor(IProgressMonitor monitor) Resolves this proxy and returns the associated refactoring descriptor.Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringDescriptorModifier and TypeMethodDescriptionprotected RefactoringStatusPerformRefactoringHistoryOperation.aboutToPerformRefactoring(Refactoring refactoring, RefactoringDescriptor descriptor, IProgressMonitor monitor) Hook method which is called when the specified refactoring is going to be executed.final intRefactoringDescriptor.compareTo(RefactoringDescriptor descriptor) protected RefactoringPerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status) Deprecated.since 3.4.protected RefactoringPerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Deprecated.since 3.6.protected RefactoringContextPerformRefactoringHistoryOperation.createRefactoringContext(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Method which is called to create a refactoring context from a refactoring descriptor.RefactoringContribution.retrieveArgumentMap(RefactoringDescriptor descriptor) Retrieves the argument map of the specified refactoring descriptor.Constructors in org.eclipse.ltk.core.refactoring with parameters of type RefactoringDescriptorModifierConstructorDescriptionRefactoringChangeDescriptor(RefactoringDescriptor descriptor) Creates theRefactoringChangeDescriptorwith theRefactoringDescriptorthat originated the change.RefactoringSessionDescriptor(RefactoringDescriptor[] descriptors, String version, String comment) Creates a new refactoring session descriptor. -
Uses of RefactoringDescriptor in org.eclipse.ltk.core.refactoring.resource
Subclasses of RefactoringDescriptor in org.eclipse.ltk.core.refactoring.resourceModifier and TypeClassDescriptionclassRefactoring descriptor for the copy project refactoring.classRefactoring descriptor for the delete resource refactoring.final classRefactoring descriptor for the move/rename resource refactoring.final classRefactoring descriptor for the move resource refactoring.final classRefactoring descriptor for the rename resource refactoring. -
Uses of RefactoringDescriptor in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringDescriptorModifier and TypeMethodDescriptionprotected RefactoringStatusRefactoringHistoryWizard.aboutToPerformRefactoring(Refactoring refactoring, RefactoringDescriptor descriptor, IProgressMonitor monitor) Hook method which is called before the a refactoring of the history is executed.protected RefactoringRefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status) Deprecated.since 3.6.protected RefactoringRefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Deprecated.since 3.7.protected RefactoringContextRefactoringHistoryWizard.createRefactoringContext(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Creates a refactoring context from the specified refactoring descriptor.