|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.refactoring.CRenameProcessorDelegate
public abstract class CRenameProcessorDelegate
Abstract base for all different rename processors used by the top processor.
Method Summary | |
---|---|
org.eclipse.ltk.core.refactoring.RefactoringStatus |
checkFinalConditions(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context)
|
org.eclipse.ltk.core.refactoring.RefactoringStatus |
checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor pm)
|
org.eclipse.ltk.core.refactoring.Change |
createChange(org.eclipse.core.runtime.IProgressMonitor pm)
|
CRefactoringArgument |
getArgument()
|
ASTManager |
getAstManager()
|
CRefactory |
getManager()
|
java.lang.String |
getProcessorName()
|
java.lang.String |
getReplacementText()
|
int |
getSelectedOptions()
|
int |
getSelectedScope()
|
java.lang.String |
getSelectedWorkingSet()
|
void |
setAvailableOptions(int options)
The options presented by the page in the refactoring wizard. |
void |
setOptionsEnablingScope(int options)
The options that need the scope definition. |
void |
setOptionsForcingPreview(int options)
The options each of which forces the preview, when selected. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final CRefactoringArgument getArgument()
public final java.lang.String getReplacementText()
public final int getSelectedScope()
public final int getSelectedOptions()
public final java.lang.String getSelectedWorkingSet()
public final CRefactory getManager()
public final ASTManager getAstManager()
public final java.lang.String getProcessorName()
public void setAvailableOptions(int options)
public void setOptionsForcingPreview(int options)
public void setOptionsEnablingScope(int options)
public org.eclipse.ltk.core.refactoring.RefactoringStatus checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.CoreException, org.eclipse.core.runtime.OperationCanceledException
org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.OperationCanceledException
public org.eclipse.ltk.core.refactoring.RefactoringStatus checkFinalConditions(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext context) throws org.eclipse.core.runtime.CoreException, org.eclipse.core.runtime.OperationCanceledException
org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.OperationCanceledException
public org.eclipse.ltk.core.refactoring.Change createChange(org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.CoreException, org.eclipse.core.runtime.OperationCanceledException
org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.OperationCanceledException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |