Package org.cfeclipse.cfml.editors.actions

Examples of org.cfeclipse.cfml.editors.actions.EditFunctionAction


        InsertTagAction eta = new InsertTagAction(tg.getTag(), this.getViewSite().getShell());
          eta.run();
    }
    else if(obj instanceof FunctionItem){
        FunctionItem fn = (FunctionItem)obj;
        EditFunctionAction efa = new EditFunctionAction(fn.getFunction(), this.getViewSite().getShell());
          efa.run();
         
    }
  }
View Full Code Here

TOP

Related Classes of org.cfeclipse.cfml.editors.actions.EditFunctionAction

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.