Package org.eclipse.dltk.internal.ui.refactoring.reorg

Examples of org.eclipse.dltk.internal.ui.refactoring.reorg.RenameScriptProjectWizard


  public static final int UPDATE_TEXTUAL_MATCHES = 1 << 6;

  public RenameSupport(RenameScriptProjectProcessor processor, String newName, int flags) throws CoreException {
    this((ScriptRenameProcessor) processor, newName, flags);

    initializeStarter(new RenameScriptProjectWizard(refactoring));
  }
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.internal.ui.refactoring.reorg.RenameScriptProjectWizard

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.