Uses of Class
org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
Package
Description
Application programming interface to access Java refactorings provided by JDT.
-
Uses of JavaRefactoringDescriptor in org.eclipse.jdt.core.refactoring.descriptors
Modifier and TypeClassDescriptionfinal class
Refactoring descriptor for the change method signature refactoring.final class
Refactoring descriptor for the convert anonymous to nested refactoring.final class
Refactoring descriptor for the convert local variable refactoring.final class
Refactoring descriptor for the convert member type refactoring.final class
Refactoring descriptor for the copy refactoring.final class
Refactoring descriptor for the delete refactoring.final class
Refactoring descriptor for the encapsulate field refactoring.class
Refactoring descriptor for the extract class refactoring.final class
Refactoring descriptor for the extract constant refactoring.final class
Refactoring descriptor for the extract interface refactoring.final class
Refactoring descriptor for the extract local variable refactoring.final class
Refactoring descriptor for the extract method refactoring.final class
Refactoring descriptor for the extract superclass refactoring.final class
Refactoring descriptor for the generalize declared type refactoring.final class
Refactoring descriptor for the infer type arguments refactoring.final class
Refactoring descriptor for the inline constant refactoring.final class
Refactoring descriptor for the inline local variable refactoring.final class
Refactoring descriptor for the inline method refactoring.final class
Refactoring descriptor for the introduce factory refactoring.final class
Refactoring descriptor for the introduce indirection refactoring.final class
Refactoring descriptor for the introduce parameter refactoring.class
Refactoring descriptor for the introduce parameter object refactoring.final class
Refactoring descriptor for the move refactoring.final class
Refactoring descriptor for the move method refactoring.final class
Refactoring descriptor for the move static members refactoring.final class
Refactoring descriptor for the pull up refactoring.final class
Refactoring descriptor for the push down refactoring.final class
Refactoring descriptor for the rename java element refactoring.final class
Deprecated.final class
Deprecated.since 1.2, useRenameResourceDescriptor
fromorg.eclipse.ltk.core.refactoring
instead.final class
Refactoring descriptor for the use supertype refactoring.Modifier and TypeMethodDescriptionabstract org.eclipse.ltk.core.refactoring.Refactoring
JavaRefactoringContribution.createRefactoring
(JavaRefactoringDescriptor descriptor, org.eclipse.ltk.core.refactoring.RefactoringStatus status) Creates the a new refactoring instance.
RenameJavaElementDescriptor