Eclipse JDT
Release 3.0

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

Packages that use Refactoring
org.eclipse.jdt.ui.actions Application programming interfaces for Eclipse Java User Interface specific actions.  
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.ltk.core.refactoring.participants Application programmer interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. 
org.eclipse.ltk.ui.refactoring Application programmer interface to implement a wizard based user interface for refactorings. 
 

Uses of Refactoring in org.eclipse.jdt.ui.actions
 

Methods in org.eclipse.jdt.ui.actions that return Refactoring
protected  Refactoring InlineTempAction.createRefactoring(ICompilationUnit cunit, ITextSelection selection)
          Note: this method is for internal use only.
 

Methods in org.eclipse.jdt.ui.actions with parameters of type Refactoring
protected  RefactoringWizard InlineTempAction.createWizard(Refactoring refactoring)
          Note: this method is for internal use only.
 

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

Methods in org.eclipse.ltk.core.refactoring that return Refactoring
 Refactoring CheckConditionsOperation.getRefactoring()
          Returns the operation's refactoring
 

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

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

Subclasses of Refactoring in org.eclipse.ltk.core.refactoring.participants
 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
 Refactoring RefactoringWizard.getRefactoring()
          Returns the refactoring this wizard is associated with.
protected  Refactoring RefactoringWizardPage.getRefactoring()
          Returns the refactoring associated with this wizard page.
 

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.
 


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.