Uses of Class
org.eclipse.ltk.core.refactoring.participants.CopyParticipant
Packages that use CopyParticipant
Package
Description
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
-
Uses of CopyParticipant in org.eclipse.ltk.core.refactoring.participants
Methods in org.eclipse.ltk.core.refactoring.participants that return CopyParticipantModifier and TypeMethodDescriptionstatic CopyParticipant[]
ParticipantManager.loadCopyParticipants
(RefactoringStatus status, RefactoringProcessor processor, Object element, CopyArguments arguments, String[] affectedNatures, SharableParticipants shared) Loads the copy participants for the given element.static CopyParticipant[]
ParticipantManager.loadCopyParticipants
(RefactoringStatus status, RefactoringProcessor processor, Object element, CopyArguments arguments, IParticipantDescriptorFilter filter, String[] affectedNatures, SharableParticipants shared) Loads the copy participants for the given element.