Package org.erlide.cover.ui.actions

Examples of org.erlide.cover.ui.actions.HtmlReportAction


                .getImageDescriptor(ISharedImages.IMG_OBJS_INFO_TSK));
    }

    private void makeShowHtmlAction() {
        log.info(viewer.getSelection());
        showHtml = new HtmlReportAction(viewer);
        showHtml.setText("Show html report");
        showHtml.setToolTipText("Shows generated html report");
        showHtml.setImageDescriptor(PlatformUI.getWorkbench().getSharedImages()
                .getImageDescriptor(ISharedImages.IMG_OBJS_INFO_TSK));
    }
View Full Code Here

TOP

Related Classes of org.erlide.cover.ui.actions.HtmlReportAction

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.