Package com.iizigo.java.refactor
Class Move
- All Implemented Interfaces:
- IAdaptable
Implements refactoring move action with do/undo.
- Author:
- Mikael Andersson, Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- checkConditions- (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- Movepublic Move()Default Eclipse constructor.
 
- Method Details- initialize- Specified by:
- initializein class- RefactoringParticipant
 
- getName- Specified by:
- getNamein class- RefactoringParticipant
 
- checkConditionspublic RefactoringStatus checkConditions- (IProgressMonitor pm, CheckConditionsContext context) throws OperationCanceledException - Specified by:
- checkConditionsin class- RefactoringParticipant
- Throws:
- OperationCanceledException
 
- createChange- Specified by:
- createChangein class- RefactoringParticipant
- Throws:
- CoreException
- OperationCanceledException