Package org.cfeclipse.cfml.frameworks.dialogs

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


   
    viewXMLAction = new Action(){
      public void run() {
       
        ViewXMLDialog vxd = new ViewXMLDialog(getSite().getShell()((FrameworksContentProvider)viewer.getContentProvider()).getVirtualDocument());
        vxd.open();
        // open dialog with just an XML thing
      }
    };
    viewXMLAction.setImageDescriptor(FWXImages.getImageRegistry().getDescriptor(FWXImages.ICON_XML_VIEW));
   
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.