org.eclipse.egf.pattern.refactoring.move
Class MoveProcessor
java.lang.Object
RefactoringProcessor
org.eclipse.egf.pattern.refactoring.move.MoveProcessor
public class MoveProcessor
- extends RefactoringProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveProcessor
public MoveProcessor(MoveInfo info_p)
- Constructor.
- Parameters:
info_p
- A not null move information packet.
getElements
public Object[] getElements()
- See Also:
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#getElements()
getIdentifier
public String getIdentifier()
- See Also:
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#getIdentifier()
getProcessorName
public String getProcessorName()
- See Also:
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#getProcessorName()
checkFinalConditions
public RefactoringStatus checkFinalConditions(IProgressMonitor pm_p,
CheckConditionsContext context_p)
throws CoreException,
OperationCanceledException
- Throws:
CoreException
OperationCanceledException
- See Also:
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#checkFinalConditions(org.eclipse.core.runtime.IProgressMonitor,
org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext)
checkInitialConditions
public RefactoringStatus checkInitialConditions(IProgressMonitor pm_p)
throws CoreException,
OperationCanceledException
- Throws:
CoreException
OperationCanceledException
- See Also:
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor)
createChange
public Change createChange(IProgressMonitor pm_p)
throws CoreException,
OperationCanceledException
- Throws:
CoreException
OperationCanceledException
- See Also:
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#createChange(org.eclipse.core.runtime.IProgressMonitor)
isApplicable
public boolean isApplicable()
throws CoreException
- Throws:
CoreException
- See Also:
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#isApplicable()
loadParticipants
public RefactoringParticipant[] loadParticipants(RefactoringStatus status_p,
SharableParticipants sharedParticipants_p)
throws CoreException
- Throws:
CoreException
- See Also:
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#loadParticipants(org.eclipse.ltk.core.refactoring.RefactoringStatus,
org.eclipse.ltk.core.refactoring.participants.SharableParticipants)
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.