Uses of Package
org.eclipse.jdt.core.refactoring.descriptors
Packages that use org.eclipse.jdt.core.refactoring.descriptors
Package
Description
Application programming interface to access Java refactorings provided by JDT.
Application programming interfaces for rename refactorings.
-
Classes in org.eclipse.jdt.core.refactoring.descriptors used by org.eclipse.jdt.core.refactoring.descriptorsClassDescriptionInstances of
ExtractClassDescriptor.Field
describe which fields will be moved to the extracted class and their new name there.Instances of Parameter are used to describe the position of parameter and fields.Partial implementation of a java refactoring descriptor. -
Classes in org.eclipse.jdt.core.refactoring.descriptors used by org.eclipse.jdt.ui.refactoringClassDescriptionRefactoring descriptor for the rename java element refactoring.