Package org.cfeclipse.cfml.frameworks.dialogs

Examples of org.cfeclipse.cfml.frameworks.dialogs.EditActionDialog.open()


        Object selElement = tableActions.getSelection()[0].getData();
        if (selElement instanceof Element) {
          Element new_name = (Element) selElement;
          EditActionDialog ead = new EditActionDialog(tableActions.getShell());
          ead.setSelectedElement((Element)selElement);
          ead.open();
         
        }
       
       
      }
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.