Class FormActionFactory


  • public class FormActionFactory
    extends Object
    The class contains all action factory command for the form editor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.ui.actions.ActionFactory ADD
      The action factory for "add" command.
      static org.eclipse.ui.actions.ActionFactory ATTRIBUTE_COLUMN_ADD
      The action factory for "add column" command.
      static org.eclipse.ui.actions.ActionFactory CHANGE_RESOLUTION
      The action factory for "change resolution" command.
      static org.eclipse.ui.actions.ActionFactory CHANGE_WYSIWYG_VIEW
      The action factory for "change wysiwyg view" command.
      static org.eclipse.ui.actions.ActionFactory DELETE
      The action factory for "delete" command.
      static org.eclipse.ui.actions.ActionFactory EDIT
      The action factory for "edit" command.
      static org.eclipse.ui.actions.ActionFactory GOTO
      The action factory for "goto" command.
      static org.eclipse.ui.actions.ActionFactory MOVE_DOWN
      The action factory for "move down" command.
      static org.eclipse.ui.actions.ActionFactory MOVE_UP
      The action factory for "move up" command.
      static org.eclipse.ui.actions.ActionFactory PREVIEW
      The action factory for "preview" command.
      static org.eclipse.ui.actions.ActionFactory ROTATE_DISPLAY
      The action factory for "rotate display" command.
      static org.eclipse.ui.actions.ActionFactory SHOW_COMMAND_BAR
      The action factory for "show command bar" command.
      static org.eclipse.ui.actions.ActionFactory SHOW_CONTEXT_MENU
      The action factory for "show context menu" command.
      static org.eclipse.ui.actions.ActionFactory SHOW_SEARCH_CONTROL
      The action factory for "show search control" command.
      static org.eclipse.ui.actions.ActionFactory SHOW_SEARCH_STRING
      The action factory for "show search string" command.
      static org.eclipse.ui.actions.ActionFactory SHOW_TOOLTIP
      The action factory for "show extended tooltip" command.
      static org.eclipse.ui.actions.ActionFactory SHOW_VIEW_STATUS
      The action factory for "show view status" command.
    • Field Detail

      • CHANGE_RESOLUTION

        public static final org.eclipse.ui.actions.ActionFactory CHANGE_RESOLUTION
        The action factory for "change resolution" command.
      • ROTATE_DISPLAY

        public static final org.eclipse.ui.actions.ActionFactory ROTATE_DISPLAY
        The action factory for "rotate display" command.
      • CHANGE_WYSIWYG_VIEW

        public static final org.eclipse.ui.actions.ActionFactory CHANGE_WYSIWYG_VIEW
        The action factory for "change wysiwyg view" command.
      • PREVIEW

        public static final org.eclipse.ui.actions.ActionFactory PREVIEW
        The action factory for "preview" command.
      • ADD

        public static final org.eclipse.ui.actions.ActionFactory ADD
        The action factory for "add" command.
      • ATTRIBUTE_COLUMN_ADD

        public static final org.eclipse.ui.actions.ActionFactory ATTRIBUTE_COLUMN_ADD
        The action factory for "add column" command.
      • EDIT

        public static final org.eclipse.ui.actions.ActionFactory EDIT
        The action factory for "edit" command.
      • DELETE

        public static final org.eclipse.ui.actions.ActionFactory DELETE
        The action factory for "delete" command.
      • GOTO

        public static final org.eclipse.ui.actions.ActionFactory GOTO
        The action factory for "goto" command.
      • MOVE_UP

        public static final org.eclipse.ui.actions.ActionFactory MOVE_UP
        The action factory for "move up" command.
      • MOVE_DOWN

        public static final org.eclipse.ui.actions.ActionFactory MOVE_DOWN
        The action factory for "move down" command.
      • SHOW_COMMAND_BAR

        public static final org.eclipse.ui.actions.ActionFactory SHOW_COMMAND_BAR
        The action factory for "show command bar" command.
      • SHOW_CONTEXT_MENU

        public static final org.eclipse.ui.actions.ActionFactory SHOW_CONTEXT_MENU
        The action factory for "show context menu" command.
      • SHOW_TOOLTIP

        public static final org.eclipse.ui.actions.ActionFactory SHOW_TOOLTIP
        The action factory for "show extended tooltip" command.
      • SHOW_SEARCH_CONTROL

        public static final org.eclipse.ui.actions.ActionFactory SHOW_SEARCH_CONTROL
        The action factory for "show search control" command.
      • SHOW_SEARCH_STRING

        public static final org.eclipse.ui.actions.ActionFactory SHOW_SEARCH_STRING
        The action factory for "show search string" command.
      • SHOW_VIEW_STATUS

        public static final org.eclipse.ui.actions.ActionFactory SHOW_VIEW_STATUS
        The action factory for "show view status" command.
    • Constructor Detail

      • FormActionFactory

        public FormActionFactory()