Eclipse Platform
Release 3.2

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

Packages that use RefactoringDescriptor
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
 

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 of the refactorings in this session.
 RefactoringDescriptor RefactoringDescriptorProxy.requestDescriptor(IProgressMonitor monitor)
          Resolves this proxy and returns the associated refactoring descriptor.
 RefactoringDescriptor CompositeChange.getRefactoringDescriptor()
          Returns a descriptor of the refactoring which created this change object.

Subclasses of changes created by Refactoring.createChange(IProgressMonitor) may override this method to return an appropriate descriptor object.

 RefactoringDescriptor Change.getRefactoringDescriptor()
          Returns a descriptor of the refactoring which created this change object.
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringDescriptor
 RefactoringArguments RefactoringInstanceCreator.createArguments(RefactoringDescriptor descriptor)
          Creates the a refactoring arguments for 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.
 RefactoringArguments IRefactoringInstanceCreator.createArguments(RefactoringDescriptor descriptor)
          Creates the a refactoring arguments for the specified refactoring descriptor.
 Refactoring IRefactoringInstanceCreator.createRefactoring(RefactoringDescriptor descriptor)
          Creates the a refactoring instance for the specified 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.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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