Eclipse GEF
2.1

org.eclipse.gef.ui.actions
Class GEFActionConstants

java.lang.Object
  |
  +--org.eclipse.gef.ui.actions.GEFActionConstants
All Implemented Interfaces:
IWorkbenchActionConstants

public final class GEFActionConstants
extends Object
implements IWorkbenchActionConstants

Defines the names of those actions which are preregistered with the GraphicalEditor. This interface extends the set of names available from IWorkbenchActionConstants. It also defines the names of the menu groups in a graphical editor's context menu.


Field Summary
static String ALIGN_BOTTOM
          Align bottom action id.
static String ALIGN_CENTER
          Align center (horizontal) action id.
static String ALIGN_LEFT
          Align left action id.
static String ALIGN_MIDDLE
          Align middle (vertical) action id.
static String ALIGN_RIGHT
          Align right action id.
static String ALIGN_TOP
          Align top action id.
static String DIRECT_EDIT
          Direct edit action id.
static String GROUP_COPY
          Context menu group for copy/paste related actions.
static String GROUP_EDIT
          Context menu group for EditPart manipulation actions.
static String GROUP_FIND
          Context menu group for find/replace related actions.
static String GROUP_PRINT
          Context menu group for print related actions.
static String GROUP_REST
          Context menu group for actions which do not fit in one of the other categories.
static String GROUP_SAVE
          Context menu group for save related actions.
static String GROUP_UNDO
          Context menu group for undo/redo related actions.
static String GROUP_VIEW
          Context menu group for view related actions.
static String ZOOM_IN
          Zoom in contribution id.
static String ZOOM_OUT
          Zoom out contribution id.
static String ZOOM_TOOLBAR_WIDGET
          Zoom contribution id.
 
Fields inherited from interface org.eclipse.ui.IWorkbenchActionConstants
ABOUT, ADD_EXT, ADD_TASK, BACK, BOOKMARK, BUILD, BUILD_EXT, BUILD_GROUP, BUILD_PROJECT, CLOSE, CLOSE_ALL, CLOSE_EXT, CLOSE_PROJECT, COPY, CUT, CUT_EXT, DELETE, EDIT_END, EDIT_START, EXPORT, FILE_END, FILE_START, FIND, FIND_EXT, FORWARD, GLOBAL_ACTIONS, GO_INTO, GO_TO, GO_TO_RESOURCE, GROUP_ADD, GROUP_EDITOR, GROUP_FILE, GROUP_MANAGING, GROUP_REORGANIZE, GROUP_SHOW_IN, HELP_END, HELP_START, HISTORY_GROUP, IMPORT, IMPORT_EXT, LAUNCH_EXT, M_EDIT, M_FILE, M_HELP, M_LAUNCH, M_NAVIGATE, M_PROJECT, M_VIEW, M_WINDOW, M_WORKBENCH, MB_ADDITIONS, MENU_PREFIX, MOVE, MRU, NAV_END, NAV_START, NEW, NEW_EXT, NEW_GROUP, NEXT, OPEN_EXT, OPEN_PROJECT, PASTE, PIN_GROUP, PREVIOUS, PRINT, PROJ_END, PROJ_START, PROPERTIES, QUIT, REBUILD_ALL, REBUILD_PROJECT, REDO, REFRESH, RENAME, REVERT, SAVE, SAVE_ALL, SAVE_AS, SAVE_EXT, SAVE_GROUP, SELECT_ALL, SEP, SHOW_EXT, SHOW_IN, SYNC_EDITOR, TOOLBAR_FILE, TOOLBAR_NAVIGATE, UNDO, UNDO_EXT, UP, VIEW_EXT, WB_END, WB_START, WINDOW_EXT
 
Constructor Summary
GEFActionConstants()
           
 
Method Summary
static void addStandardActionGroups(IMenuManager menu)
          Adds standard group separators to the given MenuManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIGN_BOTTOM

public static final String ALIGN_BOTTOM
Align bottom action id. Value: "org.eclipse.gef.align_bottom"

See Also:
Constant Field Values

ALIGN_CENTER

public static final String ALIGN_CENTER
Align center (horizontal) action id. Value: "org.eclipse.gef.align_center"

See Also:
Constant Field Values

ALIGN_LEFT

public static final String ALIGN_LEFT
Align left action id. Value: "org.eclipse.gef.align_left"

See Also:
Constant Field Values

ALIGN_MIDDLE

public static final String ALIGN_MIDDLE
Align middle (vertical) action id. Value: "org.eclipse.gef.align_middle"

See Also:
Constant Field Values

ALIGN_RIGHT

public static final String ALIGN_RIGHT
Align right action id. Value: "org.eclipse.gef.align_right"

See Also:
Constant Field Values

ALIGN_TOP

public static final String ALIGN_TOP
Align top action id. Value: "org.eclipse.gef.align_top"

See Also:
Constant Field Values

DIRECT_EDIT

public static final String DIRECT_EDIT
Direct edit action id. Value: "org.eclipse.gef.direct_edit"

See Also:
Constant Field Values

GROUP_COPY

public static final String GROUP_COPY
Context menu group for copy/paste related actions. Value: "org.eclipse.gef.group.copy"

See Also:
Constant Field Values

GROUP_EDIT

public static final String GROUP_EDIT
Context menu group for EditPart manipulation actions. Value: "org.eclipse.gef.group.edit"

See Also:
Constant Field Values

GROUP_FIND

public static final String GROUP_FIND
Context menu group for find/replace related actions. Value: "org.eclipse.gef.group.find"

See Also:
Constant Field Values

GROUP_PRINT

public static final String GROUP_PRINT
Context menu group for print related actions. Value: "org.eclipse.gef.group.print"

See Also:
Constant Field Values

GROUP_REST

public static final String GROUP_REST
Context menu group for actions which do not fit in one of the other categories. Value: "org.eclipse.gef.group.rest"

See Also:
Constant Field Values

GROUP_SAVE

public static final String GROUP_SAVE
Context menu group for save related actions. Value: "org.eclipse.gef.group.save"

See Also:
Constant Field Values

GROUP_UNDO

public static final String GROUP_UNDO
Context menu group for undo/redo related actions. Value: "org.eclipse.gef.group.undo"

See Also:
Constant Field Values

GROUP_VIEW

public static final String GROUP_VIEW
Context menu group for view related actions. Value: "org.eclipse.gef.group.view"

See Also:
Constant Field Values

ZOOM_TOOLBAR_WIDGET

public static final String ZOOM_TOOLBAR_WIDGET
Zoom contribution id. Value: "org.eclipse.gef.zoom"

See Also:
Constant Field Values

ZOOM_IN

public static final String ZOOM_IN
Zoom in contribution id. Value: "org.eclipse.gef.zoom_in"

See Also:
Constant Field Values

ZOOM_OUT

public static final String ZOOM_OUT
Zoom out contribution id. Value: "org.eclipse.gef.zoom_out"

See Also:
Constant Field Values
Constructor Detail

GEFActionConstants

public GEFActionConstants()
Method Detail

addStandardActionGroups

public static final void addStandardActionGroups(IMenuManager menu)
Adds standard group separators to the given MenuManager.

Parameters:
menu - the MenuManager

Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.