Examples of SetResourceAsFramework


Examples of org.cfeclipse.cfml.frameworks.dialogs.SetResourceAsFramework

  /**
   * @see IActionDelegate#run(IAction)
   */
  public void run(IAction action) {
    SetResourceAsFramework seaf = new SetResourceAsFramework(this.shell, this.resource);
    if(seaf.open() == IDialogConstants.OK_ID){
        String selectedFramework = seaf.getSelectedFramework();
        try {
         
          if(selectedFramework != null){
            ConfigFileDecorator configFileDecorator = ConfigFileDecorator.getConfigFileDecorator();
            this.resource.setPersistentProperty(new QualifiedName("", "isFrameworkConfig"), "true");
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.