Package org.eclipse.jst.pagedesigner.actions.single

Examples of org.eclipse.jst.pagedesigner.actions.single.SelectEditPartAction


   * @param cellColumn
   * @param tableMenu
   */
  private void fillTableMenu(ElementEditPart tablePart, int cellRow,
      int cellColumn, IMenuManager tableMenu) {
    SelectEditPartAction action1 = SelectEditPartAction.create(
        PDPlugin
            .getResourceString("TableActionGroup.Submenu.SelectTable"), tablePart);//$NON-NLS-1$
    tableMenu.add(action1);

    tableMenu.add(new Separator());
View Full Code Here


   * @param cellColumn
   * @param tableMenu
   */
  private void fillTableMenu(ElementEditPart tablePart, int cellRow,
      int cellColumn, IMenuManager tableMenu) {
    SelectEditPartAction action1 = SelectEditPartAction.create(
        PDPlugin.getResourceString("ElementEdit.Submenu.SelectTable"), tablePart);//$NON-NLS-1$
    tableMenu.add(action1);

    tableMenu.add(new Separator());

View Full Code Here

TOP

Related Classes of org.eclipse.jst.pagedesigner.actions.single.SelectEditPartAction

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.