Package org.apache.cactus.eclipse.runner.ui

Examples of org.apache.cactus.eclipse.runner.ui.CactifyActionDelegate


    /**
     * Apply the proposal. Actually we only call the CactifyActionDelegate
     * and he does the whole 'magic'.
     */
  public void apply(IDocument document) {
    CactifyActionDelegate cactifyDelegate = new CactifyActionDelegate();
    cactifyDelegate.setSelectedProject(project);
    //We add null and empty string because CactifyActionDelegate does not need these.
    cactifyDelegate.run(null);
  }
View Full Code Here

TOP

Related Classes of org.apache.cactus.eclipse.runner.ui.CactifyActionDelegate

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.