Package org.cfeclipse.cfml.views.dictionary

Examples of org.cfeclipse.cfml.views.dictionary.FunctionEditDialog.open()


    ISelection sel = thisEdit.getSelectionProvider().getSelection();
    FunctionEditDialog funcview = new FunctionEditDialog(this.shell, this.func);
    funcview.setSelectedattributes(this.selectedattributes);
   
    //do the closing action
    if(funcview.open() == IDialogConstants.OK_ID){
      //We get the set properties
      Properties fieldStore = funcview.getFieldStore();
      FunctionFormatter ff = new FunctionFormatter(this.func, fieldStore);
     
      //now we have a format string, we put it at the start, so a starter encloser
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.