Package org.springframework.ide.eclipse.beans.ui.graph.parts

Examples of org.springframework.ide.eclipse.beans.ui.graph.parts.GraphicalPartFactory


    getSite().getKeyBindingService().registerAction(zoomOut);

    GraphicalViewer viewer = getGraphicalViewer();
    viewer.setRootEditPart(root);
    viewer.setKeyHandler(new GraphicalViewerKeyHandler(viewer));
    viewer.setEditPartFactory(new GraphicalPartFactory());
    viewer.getControl().setBackground(ColorConstants.listBackground);

    ContextMenuProvider provider = new GraphContextMenuProvider(viewer, getActionRegistry());
    viewer.setContextMenu(provider);
    getSite().registerContextMenu(CONTEXT_MENU_ID, provider, viewer);
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.beans.ui.graph.parts.GraphicalPartFactory

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.