Package org.eclipse.jdt.ui.refactoring
package org.eclipse.jdt.ui.refactoring
Application programming interfaces for rename refactorings.
Package Specification
The package provides access to the rename refactorings provided by JDT. The API supports renaming the following Java elements:IJavaProject
,
IPackageFragmentRoot
, IPackageFragment
, ICompilationUnit
,
IType
, ITypeParameter
, IMethod
, and IField
.-
ClassDescriptionDeprecated.Please use IRefactoringProcessorIdsCore.Interface to define the processor IDs provided by the JDT refactoring.Constants moved from RefactoringSaveHelper for the purposes of making them available to non-UI bundles.Helper to save dirty editors prior to starting a refactoring.Central access point to execute rename refactorings.