Uses of Class
org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
Packages that use RefactoringArguments
Package
Description
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.participants
Subclasses of RefactoringArguments in org.eclipse.ltk.core.refactoring.participantsModifier and TypeClassDescriptionclassCopy arguments describe the data that a processor provides to its copy participants.classCreate arguments describe the data that a processor provides to its create participants.classDelete arguments describes the data that a processor provides to its delete participants.classMove arguments describe the data that a processor provides to its move participants.classRename arguments describe the data that a processor provides to its rename participants.Methods in org.eclipse.ltk.core.refactoring.participants with parameters of type RefactoringArgumentsModifier and TypeMethodDescriptionvoidISharableParticipant.addElement(Object element, RefactoringArguments arguments) Adds the given element and argument to the refactoring participant.ParticipantExtensionPoint.getParticipants(RefactoringStatus status, RefactoringProcessor processor, Object element, RefactoringArguments arguments, IParticipantDescriptorFilter filter, String[] affectedNatures, SharableParticipants shared) Returns all participants for a given element.protected final voidCopyParticipant.initialize(RefactoringArguments arguments) protected final voidCreateParticipant.initialize(RefactoringArguments arguments) protected final voidDeleteParticipant.initialize(RefactoringArguments arguments) protected final voidMoveParticipant.initialize(RefactoringArguments arguments) protected abstract voidRefactoringParticipant.initialize(RefactoringArguments arguments) Initializes the participant with the refactoring argumentsbooleanRefactoringParticipant.initialize(RefactoringProcessor processor, Object element, RefactoringArguments arguments) Initializes the participant.protected final voidRenameParticipant.initialize(RefactoringArguments arguments)