java.lang.Object org.eclipse.core.runtime.PlatformObject org.eclipse.ltk.core.refactoring.Refactoring org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring org.eclipse.ltk.core.refactoring.participants.RenameRefactoring
public class 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.
RenameRefactoring ( RenameProcessor processor)
RefactoringProcessor
getProcessor ()
checkFinalConditions, checkInitialConditions, createChange, getAdapter, getName, getTextChange, isApplicable, setProcessor, toString
checkAllConditions, doGetRefactoringTickProvider, getRefactoringTickProvider, getValidationContext, setValidationContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RenameRefactoring( RenameProcessor processor)
processor
public RefactoringProcessor getProcessor()
null
ProcessorBasedRefactoring.ProcessorBasedRefactoring(RefactoringProcessor)
ProcessorBasedRefactoring.setProcessor(RefactoringProcessor)
getProcessor
ProcessorBasedRefactoring
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.