Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
org.eclipse.ltk.ui.refactoring |
Application programming interface to implement a wizard based user interface for refactorings.
|
org.eclipse.ltk.ui.refactoring.history |
Application programming interface to display and preview refactoring history information.
|
Modifier and Type | Method and Description |
---|---|
protected RefactoringContext |
PerformRefactoringHistoryOperation.createRefactoringContext(RefactoringDescriptor descriptor,
RefactoringStatus status,
IProgressMonitor monitor)
Method which is called to create a refactoring context from a refactoring descriptor.
|
RefactoringContext |
RefactoringDescriptor.createRefactoringContext(RefactoringStatus status)
Creates the a new refactoring context and the associated refactoring instance for this
refactoring descriptor.
|
Constructor and Description |
---|
PerformRefactoringOperation(RefactoringContext refactoringContext,
int style)
Create a new perform refactoring operation.
|
Modifier and Type | Method and Description |
---|---|
RefactoringContext |
RefactoringWizard.getRefactoringContext()
Returns the refactoring context this wizard is associated with, or
null if none. |
Constructor and Description |
---|
RefactoringWizard(RefactoringContext refactoringContext,
int flags)
Creates a new refactoring wizard for the given refactoring context.
|
Modifier and Type | Method and Description |
---|---|
protected RefactoringContext |
RefactoringHistoryWizard.createRefactoringContext(RefactoringDescriptor descriptor,
RefactoringStatus status,
IProgressMonitor monitor)
Creates a refactoring context from the specified refactoring descriptor.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.