Uses of Package
org.eclipse.ltk.core.refactoring.participants
Package
Description
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
Application programming interface to actions related to resource refactorings.
-
ClassDescriptionA context that is shared between the refactoring processor and all its associated participants during condition checking.Copy arguments describe the data that a processor provides to its copy participants.A participant to participate in refactorings that copy elements to a shared clipboard.A special processor that performs copy operations.Create arguments describe the data that a processor provides to its create participants.A participant to participate in refactorings that create elements.Delete arguments describes the data that a processor provides to its delete participants.A participant to participate in refactorings that delete elements.A special processor that performs delete operations.A condition checker can be used to share condition checks across the main processor and all its associated participants.A participant descriptor filter allows clients to provide additional filters on participant selection.Move arguments describe the data that a processor provides to its move participants.A participant to participate in refactorings that move elements.A special processor that performs move operations.An base implementation for refactorings that are split into one refactoring processor and 0..n participants.A generic super class of all refactoring specific argument classes.A refactoring participant can participate in the condition checking and change creation of a
RefactoringProcessor
.An abstract base class defining the protocol between a refactoring and its associated processor.Rename arguments describe the data that a processor provides to its rename participants.A participant to participate in refactorings that rename elements.A special processor that performs rename operations.Objects of this class can be used as a log to trace the execution of refactorings like copy and pasteAn opaque list to manage sharable participants. -