JavaScript Development Tools
Release 3.2

Uses of Class
org.eclipse.wst.jsdt.ui.refactoring.RenameSupport

Packages that use RenameSupport
org.eclipse.wst.jsdt.ui.refactoring   
 

Uses of RenameSupport in org.eclipse.wst.jsdt.ui.refactoring
 

Methods in org.eclipse.wst.jsdt.ui.refactoring that return RenameSupport
static RenameSupport RenameSupport.create(IField field, String newName, int flags)
          Creates a new rename support for the given IField.
static RenameSupport RenameSupport.create(IFunction method, String newName, int flags)
          Creates a new rename support for the given IFunction.
static RenameSupport RenameSupport.create(IJavaScriptProject project, String newName, int flags)
          Creates a new rename support for the given IJavaScriptProject.
static RenameSupport RenameSupport.create(IJavaScriptUnit unit, String newName, int flags)
          Creates a new rename support for the given IJavaScriptUnit.
static RenameSupport RenameSupport.create(ILocalVariable variable, String newName, int flags)
          Creates a new rename support for the given ILocalVariable.
static RenameSupport RenameSupport.create(IPackageFragmentRoot root, String newName)
          Creates a new rename support for the given IPackageFragmentRoot.
static RenameSupport RenameSupport.create(IPackageFragment fragment, String newName, int flags)
          Creates a new rename support for the given IPackageFragment.
static RenameSupport RenameSupport.create(IType type, String newName, int flags)
          Creates a new rename support for the given IType.
static RenameSupport RenameSupport.create(RenameJavaScriptElementDescriptor descriptor)
          Creates a new rename support for the given RenameJavaScriptElementDescriptor.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.