|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.ltk.core.refactoring.Refactoring
org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
org.eclipse.ltk.core.refactoring.participants.RenameRefactoring
A generic rename refactoring. The actual refactoring is done by the rename processor passed to the constructor.
This class is not intended to be subclassed by clients.
Constructor Summary | |
---|---|
RenameRefactoring(RenameProcessor processor)
Creates a new rename refactoring with the given rename processor. |
Method Summary | |
---|---|
RefactoringProcessor |
getProcessor()
Return the processor associated with this refactoring. The method must not return null . |
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring |
---|
checkFinalConditions, checkInitialConditions, createChange, getAdapter, getName, getTextChange, isApplicable, toString |
Methods inherited from class org.eclipse.ltk.core.refactoring.Refactoring |
---|
checkAllConditions, getValidationContext, setValidationContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RenameRefactoring(RenameProcessor processor)
processor
- the rename processorMethod Detail |
public RefactoringProcessor getProcessor()
null
.
getProcessor
in class ProcessorBasedRefactoring
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.