Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.ltk.core.refactoring.participants.RefactoringArguments

Packages that use RefactoringArguments
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. 
 

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

Methods in org.eclipse.ltk.core.refactoring that return RefactoringArguments
 RefactoringArguments RefactoringInstanceCreator.createArguments(RefactoringDescriptor descriptor)
          Creates the a refactoring arguments for the specified refactoring descriptor.
 RefactoringArguments IRefactoringInstanceCreator.createArguments(RefactoringDescriptor descriptor)
          Creates the a refactoring arguments for the specified refactoring descriptor.
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringArguments
 RefactoringStatus IInitializableRefactoringComponent.initialize(RefactoringArguments arguments)
          Initializes the refactoring component with the refactoring arguments.
 

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

Subclasses of RefactoringArguments in org.eclipse.ltk.core.refactoring.participants
 class CopyArguments
          Copy arguments describe the data that a processor provides to its copy participants.
 class CreateArguments
          Create arguments describe the data that a processor provides to its create participants.
 class DeleteArguments
          Delete arguments describes the data that a processor provides to its delete participants.
 class GenericRefactoringArguments
          Refactoring arguments which provide the ability to set arguments using key-value pairs of strings.
 class MoveArguments
          Move arguments describe the data that a processor provides to its move participants.
 class RenameArguments
          Rename arguments describe the data that a processor provides to its rename participants.
 

Methods in org.eclipse.ltk.core.refactoring.participants with parameters of type RefactoringArguments
protected  void RenameParticipant.initialize(RefactoringArguments arguments)
          Initializes the participant with the refactoring arguments
 boolean RefactoringParticipant.initialize(RefactoringProcessor processor, Object element, RefactoringArguments arguments)
          Initializes the participant.
protected abstract  void RefactoringParticipant.initialize(RefactoringArguments arguments)
          Initializes the participant with the refactoring arguments
protected  void MoveParticipant.initialize(RefactoringArguments arguments)
          Initializes the participant with the refactoring arguments
 void ISharableParticipant.addElement(Object element, RefactoringArguments arguments)
          Adds the given element and argument to the refactoring participant.
protected  void DeleteParticipant.initialize(RefactoringArguments arguments)
          Initializes the participant with the refactoring arguments
protected  void CreateParticipant.initialize(RefactoringArguments arguments)
          Initializes the participant with the refactoring arguments
protected  void CopyParticipant.initialize(RefactoringArguments arguments)
          Initializes the participant with the refactoring arguments
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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