Package org.eclipse.gef.ui.actions

Examples of org.eclipse.gef.ui.actions.ZoomComboContributionItem


        toolBarManager.add(getAction(ActionFactory.REDO.getId()));
        toolBarManager.add(getAction(ExportAction.ID));
        String[] zoomStrings = new String[] { ZoomManager.FIT_ALL,
                ZoomManager.FIT_HEIGHT, ZoomManager.FIT_WIDTH };
        toolBarManager
                .add(new ZoomComboContributionItem(getPage(), zoomStrings));
    }
View Full Code Here

TOP

Related Classes of org.eclipse.gef.ui.actions.ZoomComboContributionItem

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.