Examples of CactifyActionDelegate


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
Copyright © 2018 www.massapi.com. 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.