Uses of Class
org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
-
Packages that use ProcessorBasedRefactoring Package Description org.eclipse.ltk.core.refactoring.participants Application programming interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. -
-
Uses of ProcessorBasedRefactoring in org.eclipse.ltk.core.refactoring.participants
Subclasses of ProcessorBasedRefactoring in org.eclipse.ltk.core.refactoring.participants Modifier and Type Class Description classCopyRefactoringA generic copy refactoring.classDeleteRefactoringA generic delete refactoring.classMoveRefactoringA generic move refactoring.classRenameRefactoringA generic rename refactoring.Methods in org.eclipse.ltk.core.refactoring.participants that return ProcessorBasedRefactoring Modifier and Type Method Description ProcessorBasedRefactoringRefactoringProcessor. getRefactoring()Returns the associated refactoring.
-