Package org.eclipse.gmf.runtime.diagram.ui.printing.render.actions

Examples of org.eclipse.gmf.runtime.diagram.ui.printing.render.actions.RenderedPrintPreviewAction


    super.init(bars, page);
    // print preview
    IMenuManager fileMenu = bars.getMenuManager().findMenuUsingPath(
        IWorkbenchActionConstants.M_FILE);
    assert fileMenu != null;
    IAction printPreviewAction = new RenderedPrintPreviewAction(
        new EnhancedPrintActionHelper());
    fileMenu.insertBefore("print", printPreviewAction); //$NON-NLS-1$
    IMenuManager editMenu = bars.getMenuManager().findMenuUsingPath(
        IWorkbenchActionConstants.M_EDIT);
    assert editMenu != null;
View Full Code Here

TOP

Related Classes of org.eclipse.gmf.runtime.diagram.ui.printing.render.actions.RenderedPrintPreviewAction

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.