Package com.iizigo.java.refactor
Class Move
- All Implemented Interfaces:
IAdaptable
Implements refactoring move 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.MoveParticipant
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
Move
public Move()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