Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.ltk.core.refactoring.Refactoring

Packages that use Refactoring
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.ltk.core.refactoring.participants Application programming interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. 
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. 
 

Uses of Refactoring in org.eclipse.ltk.core.refactoring
 

Methods in org.eclipse.ltk.core.refactoring that return Refactoring
abstract  Refactoring RefactoringDescriptor.createRefactoring(RefactoringStatus status)
          Creates the a new refactoring instance for this refactoring descriptor.
protected  Refactoring PerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status)
          Method which is called to create a refactoring instance from a refactoring descriptor.
 Refactoring CheckConditionsOperation.getRefactoring()
          Returns the operation's refactoring
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type Refactoring
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  void PerformRefactoringHistoryOperation.refactoringPerformed(Refactoring refactoring, IProgressMonitor monitor)
          Hook method which is called when the specified refactoring has been performed.
 

Constructors in org.eclipse.ltk.core.refactoring with parameters of type Refactoring
PerformRefactoringOperation(Refactoring refactoring, int style)
          Create a new perform refactoring operation.
CreateChangeOperation(Refactoring refactoring)
          Creates a new operation with the given refactoring.
CheckConditionsOperation(Refactoring refactoring, int style)
          Creates a new CheckConditionsOperation.
 

Uses of Refactoring in org.eclipse.ltk.core.refactoring.participants
 

Subclasses of Refactoring in org.eclipse.ltk.core.refactoring.participants
 class CopyRefactoring
          A generic copy refactoring.
 class DeleteRefactoring
          A generic delete refactoring.
 class MoveRefactoring
          A generic move refactoring.
 class ProcessorBasedRefactoring
          An abstract base implementation for refactorings that are split into one refactoring processor and 0..n participants.
 class RenameRefactoring
          A generic rename refactoring.
 

Uses of Refactoring in org.eclipse.ltk.ui.refactoring
 

Methods in org.eclipse.ltk.ui.refactoring that return Refactoring
protected  Refactoring RefactoringWizardPage.getRefactoring()
          Returns the refactoring associated with this wizard page.
 Refactoring RefactoringWizard.getRefactoring()
          Returns the refactoring this wizard is associated with.
 

Constructors in org.eclipse.ltk.ui.refactoring with parameters of type Refactoring
RefactoringWizard(Refactoring refactoring, int flags)
          Creates a new refactoring wizard for the given refactoring.
 

Uses of Refactoring in org.eclipse.ltk.ui.refactoring.history
 

Methods in org.eclipse.ltk.ui.refactoring.history that return Refactoring
protected  Refactoring RefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status)
          Method which is called to create a refactoring instance from a refactoring descriptor.
 

Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type Refactoring
protected  RefactoringStatus RefactoringHistoryWizard.aboutToPerformRefactoring(Refactoring refactoring, RefactoringDescriptor descriptor, IProgressMonitor monitor)
          Hook method which is called before the a refactoring of the history is executed.
 RefactoringStatus RefactoringHistoryWizard.performPreviewChange(Change change, Refactoring refactoring)
          Performs the change previously displayed in the preview.
protected  RefactoringStatus RefactoringHistoryWizard.refactoringPerformed(Refactoring refactoring, IProgressMonitor monitor)
          Hook method which is called when the specified refactoring has been performed, e.g. its change object has been successfully applied to the workspace.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.