Package org.eclipse.jst.pagedesigner.actions.container

Examples of org.eclipse.jst.pagedesigner.actions.container.ContainerActionGroup


            PageDesignerActionConstants.addStandardActionGroups(menuMgr1);

            // TODO: Run/Debug?
           
            // insert ElementEdit contributed menu items
            final ContainerActionGroup containerActionGroup =
                new ContainerActionGroup();
            ActionContext context = new ActionContext(_viewer
                    .getSelection());
            context.setInput(_viewer);
            containerActionGroup.setContext(context);
            containerActionGroup.fillContextMenu(menuMgr1);
            containerActionGroup.setContext(null);

            // TODO: TableActionGroup

            // if on a text context, (instead of a ElementEditPart),
            // add text styling actions
View Full Code Here

TOP

Related Classes of org.eclipse.jst.pagedesigner.actions.container.ContainerActionGroup

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.