Uses of Class
org.eclipse.ltk.core.refactoring.RefactoringDescriptor
-
Packages that use RefactoringDescriptor Package Description org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations.org.eclipse.ltk.core.refactoring.resource Application programmer interface to implement resource dependend refactorings.org.eclipse.ltk.ui.refactoring.history 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 RefactoringDescriptor Modifier and Type Method Description RefactoringDescriptorRefactoringContribution. 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.RefactoringDescriptorRefactoringChangeDescriptor. getRefactoringDescriptor()Returns theRefactoringDescriptorthat originated the change.RefactoringDescriptor[]RefactoringSessionDescriptor. getRefactorings()Returns the refactoring descriptors.RefactoringDescriptorRefactoringDescriptorProxy. requestDescriptor(IProgressMonitor monitor)Resolves this proxy and returns the associated refactoring descriptor.Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringDescriptor Modifier and Type Method Description protected RefactoringStatusPerformRefactoringHistoryOperation. aboutToPerformRefactoring(Refactoring refactoring, RefactoringDescriptor descriptor, IProgressMonitor monitor)Hook method which is called when the specified refactoring is going to be executed.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.Map<String,String>RefactoringContribution. retrieveArgumentMap(RefactoringDescriptor descriptor)Retrieves the argument map of the specified refactoring descriptor.Constructors in org.eclipse.ltk.core.refactoring with parameters of type RefactoringDescriptor Constructor Description RefactoringChangeDescriptor(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.resource Modifier and Type Class Description classDeleteResourcesDescriptorRefactoring descriptor for the delete resource refactoring.classMoveRenameResourceDescriptorRefactoring descriptor for the move/rename resource refactoring.classMoveResourcesDescriptorRefactoring descriptor for the move resource refactoring.classRenameResourceDescriptorRefactoring 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 RefactoringDescriptor Modifier and Type Method Description protected 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.
-