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

Examples of org.springframework.ide.eclipse.beans.ui.graph.actions.GraphContextMenuProvider


    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.actions.GraphContextMenuProvider

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.