Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract RefactoringDescriptor |
RefactoringContribution.createDescriptor(String id,
String project,
String description,
String comment,
Map arguments,
int flags)
Creates a new refactoring descriptor.
|
RefactoringDescriptor |
RefactoringChangeDescriptor.getRefactoringDescriptor()
Returns the
RefactoringDescriptor that originated the change. |
RefactoringDescriptor[] |
RefactoringSessionDescriptor.getRefactorings()
Returns the refactoring descriptors.
|
RefactoringDescriptor |
RefactoringDescriptorProxy.requestDescriptor(IProgressMonitor monitor)
Resolves this proxy and returns the associated refactoring descriptor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Map |
RefactoringContribution.retrieveArgumentMap(RefactoringDescriptor descriptor)
Retrieves the argument map of the specified refactoring descriptor.
|
Constructor and Description |
---|
RefactoringChangeDescriptor(RefactoringDescriptor descriptor)
Creates the
RefactoringChangeDescriptor with the
RefactoringDescriptor that originated the change. |
RefactoringSessionDescriptor(RefactoringDescriptor[] descriptors,
String version,
String comment)
Creates a new refactoring session descriptor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.