Package org.cfeclipse.cfml.dialogs

Examples of org.cfeclipse.cfml.dialogs.GetterAndSetterDialog.open()


  public void run(IAction action) {
   
   
    //We open a dialog, with a tree
    GetterAndSetterDialog dialog = new GetterAndSetterDialog(editor.getSite().getShell());
    dialog.open();
   
    int startpos = docselection.getOffset();
    int len = Math.max(docselection.getLength(),1);
   
    //check what type of document this is
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.