|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RefactoringDescriptor | |
---|---|
org.eclipse.ltk.core.refactoring | Application programmer interface to implement semantic preserving workspace transformations. |
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 | |
RefactoringDescriptor[] |
RefactoringSessionDescriptor.getRefactorings()
Returns the refactoring descriptors. |
RefactoringDescriptor |
RefactoringDescriptorProxy.requestDescriptor(IProgressMonitor monitor)
Resolves this proxy and returns the associated refactoring descriptor. |
RefactoringDescriptor |
RefactoringContribution.createDescriptor()
Creates a new customizable refactoring descriptor initialized with its default values. |
abstract RefactoringDescriptor |
RefactoringContribution.createDescriptor(String id,
String project,
String description,
String comment,
Map arguments,
int flags)
Creates a new refactoring descriptor initialized with the values provided by the arguments of this method. |
RefactoringDescriptor |
RefactoringChangeDescriptor.getRefactoringDescriptor()
Returns the RefactoringDescriptor that originated the change. |
Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringDescriptor | |
Map |
RefactoringContribution.retrieveArgumentMap(RefactoringDescriptor descriptor)
Retrieves the argument map of the specified refactoring descriptor. |
protected RefactoringStatus |
PerformRefactoringHistoryOperation.aboutToPerformRefactoring(Refactoring refactoring,
RefactoringDescriptor descriptor,
IProgressMonitor monitor)
Hook method which is called when the specified refactoring is going to be executed. |
protected Refactoring |
PerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor,
RefactoringStatus status)
Method which is called to create a refactoring instance from a refactoring descriptor. |
Constructors in org.eclipse.ltk.core.refactoring with parameters of type RefactoringDescriptor | |
RefactoringSessionDescriptor(RefactoringDescriptor[] descriptors,
String version,
String comment)
Creates a new refactoring session descriptor. |
|
RefactoringChangeDescriptor(RefactoringDescriptor descriptor)
Creates the RefactoringChangeDescriptor with the
RefactoringDescriptor that originated the change. |
Uses of RefactoringDescriptor in org.eclipse.ltk.ui.refactoring.history |
---|
Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringDescriptor | |
protected RefactoringStatus |
RefactoringHistoryWizard.aboutToPerformRefactoring(Refactoring refactoring,
RefactoringDescriptor descriptor,
IProgressMonitor monitor)
Hook method which is called before the a refactoring of the history is executed. |
protected Refactoring |
RefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor,
RefactoringStatus status)
Method which is called to create a refactoring instance from a refactoring descriptor. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.