Package com.iizigo.java.refactor
Class Rename
- All Implemented Interfaces:
IAdaptable
Implements refactoring rename action with do/undo.
- Author:
- Mikael Andersson, Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptioncheckConditions
(IProgressMonitor pm, CheckConditionsContext context) getName()
protected boolean
initialize
(Object element) Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
getArguments, initialize
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
createPreChange, getProcessor, getTextChange, initialize
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
Constructor Details
Rename
public Rename()Default Eclipse constructor.
Method Details
initialize
- Specified by:
initialize
in classRefactoringParticipant
getName
- Specified by:
getName
in classRefactoringParticipant
checkConditions
public RefactoringStatus checkConditions(IProgressMonitor pm, CheckConditionsContext context) throws OperationCanceledException - Specified by:
checkConditions
in classRefactoringParticipant
- Throws:
OperationCanceledException
createChange
- Specified by:
createChange
in classRefactoringParticipant
- Throws:
CoreException
OperationCanceledException