Package org.eclipse.jst.pagedesigner.tableedit

Examples of org.eclipse.jst.pagedesigner.tableedit.DeleteHeaderFooterAction


      tableMenu.add(headerAction);
      InsertHeaderFooterAction footerAction = new InsertHeaderFooterAction(
          PDPlugin
              .getResourceString("ElementEdit.Submenu.InsertFooter"), tablePart, false);//$NON-NLS-1$
      tableMenu.add(footerAction);
      DeleteHeaderFooterAction delHeaderAction = new DeleteHeaderFooterAction(
          PDPlugin
              .getResourceString("ElementEdit.Submenu.DeleteHeader"), tablePart, true);//$NON-NLS-1$
      tableMenu.add(delHeaderAction);
      DeleteHeaderFooterAction delFooterAction = new DeleteHeaderFooterAction(
          PDPlugin
              .getResourceString("ElementEdit.Submenu.DeleteFooter"), tablePart, false);//$NON-NLS-1$
      tableMenu.add(delFooterAction);
    }
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jst.pagedesigner.tableedit.DeleteHeaderFooterAction

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.