Examples of ShowCoverageAction


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

        makeShowCoverageAction();
        makeHideCoverageAction();
    }

    private void makeShowCoverageAction() {
        showCoverage = new ShowCoverageAction(viewer);
        showCoverage.setText("Show coverage");
        showCoverage.setToolTipText("Shows item's coverage");
        showCoverage.setImageDescriptor(PlatformUI.getWorkbench().getSharedImages()
                .getImageDescriptor(ISharedImages.IMG_OBJS_INFO_TSK));
    }
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.