Package org.cfeclipse.cfml.frameworks.decorators

Examples of org.cfeclipse.cfml.frameworks.decorators.ConfigFileDecorator


    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");
            this.resource.setPersistentProperty(new QualifiedName("", "FrameworkType"), selectedFramework);
            ConfigFileDecorator.getConfigFileDecorator().refresh();
          }
          else{
View Full Code Here

TOP

Related Classes of org.cfeclipse.cfml.frameworks.decorators.ConfigFileDecorator

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.