Uses of Class
org.eclipse.ltk.core.refactoring.participants.CopyParticipant
-
Packages that use CopyParticipant Package Description 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 CopyParticipant in org.eclipse.ltk.core.refactoring.participants
Methods in org.eclipse.ltk.core.refactoring.participants that return CopyParticipant Modifier and Type Method Description static 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.
-