Uses of Class
org.eclipse.jdt.ui.refactoring.RenameSupport
Packages that use RenameSupport
Package
Description
Application programming interfaces for rename refactorings.
-
Uses of RenameSupport in org.eclipse.jdt.ui.refactoring
Methods in org.eclipse.jdt.ui.refactoring that return RenameSupportModifier and TypeMethodDescriptionstatic RenameSupportRenameSupport.create(ICompilationUnit unit, String newName, int flags) Creates a new rename support for the givenICompilationUnit.static RenameSupportCreates a new rename support for the givenIField.static RenameSupportRenameSupport.create(IJavaProject project, String newName, int flags) Creates a new rename support for the givenIJavaProject.static RenameSupportRenameSupport.create(ILocalVariable variable, String newName, int flags) Creates a new rename support for the givenILocalVariable.static RenameSupportCreates a new rename support for the givenIMethod.static RenameSupportRenameSupport.create(IModuleDescription module, String newName, int flags) Creates a new rename support for the givenIModuleDescription.static RenameSupportRenameSupport.create(IPackageFragment fragment, String newName, int flags) Creates a new rename support for the givenIPackageFragment.static RenameSupportRenameSupport.create(IPackageFragmentRoot root, String newName) Creates a new rename support for the givenIPackageFragmentRoot.static RenameSupportRenameSupport.create(ITypeParameter parameter, String newName, int flags) Creates a new rename support for the givenITypeParameter.static RenameSupportCreates a new rename support for the givenIType.static RenameSupportRenameSupport.create(RenameJavaElementDescriptor descriptor) Creates a new rename support for the givenRenameJavaElementDescriptor.