Package org.eclipse.php.internal.ui.refactor.processors

Examples of org.eclipse.php.internal.ui.refactor.processors.ScriptDeleteProcessor


  @SuppressWarnings("restriction")
  public void startDeleteRefactoring(final Object[] elements,
      final Shell shell) throws CoreException {
    final DeleteRefactoring refactoring = new DeleteRefactoring(
        new ScriptDeleteProcessor(elements));
    DeleteUserInterfaceManager.getDefault().getStarter(refactoring)
        .activate(refactoring, shell, false);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.ui.refactor.processors.ScriptDeleteProcessor

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.