Package org.eclipse.jdt.core.refactoring.descriptors

Examples of org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor


public final class RenameWOComponentRefactoringContribution extends JavaRefactoringContribution {

  @Override
  public RefactoringDescriptor createDescriptor() {
    return new RenameJavaElementDescriptor(IJavaRefactorings.RENAME_RESOURCE);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.