| core.RenameImplementationProcessor
RenameImplementationProcessor | public class RenameImplementationProcessor extends RefactoringProcessor (Code) | | The processor is where the work is delegated to if participants are
involved. The processor loads the participants and manages the lifecycle
of the refactoring. In order to do that, the refactoring entry point
methods must be implemented.
author: sh |
RenameImplementationProcessor | public RenameImplementationProcessor(ModelInfo info)(Code) | | Constructor
Parameters: info - the model info object |
checkFinalConditions | public RefactoringStatus checkFinalConditions(IProgressMonitor pm, CheckConditionsContext context) throws CoreException, OperationCanceledException(Code) | | |
checkInitialConditions | public RefactoringStatus checkInitialConditions(IProgressMonitor pm) throws CoreException, OperationCanceledException(Code) | | |
createChange | public Change createChange(IProgressMonitor pm) throws CoreException, OperationCanceledException(Code) | | |
isApplicable | public boolean isApplicable() throws CoreException(Code) | | |
loadParticipants | public RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants sharedParticipants) throws CoreException(Code) | | |
|
|