| core.EnvEntryProcessor
EnvEntryProcessor | public class EnvEntryProcessor 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 |
EnvEntryProcessor | public EnvEntryProcessor(RefactorInfo info, EnvEntry envEntry, Set<IEnvEntryViewer> changeListeners)(Code) | | Constructor
Parameters: info - the refactoring info object Parameters: envEntry - the selected environment entry to change Parameters: changeListeners - the Listeners which listen to envEntry changes |
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) | | |
|
|