Package org.eclipse.gef.ui.actions
Class GEFActionConstants
java.lang.Object
org.eclipse.gef.ui.actions.GEFActionConstants
- All Implemented Interfaces:
- 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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringAlign bottom action id.static final StringAlign center (horizontal) action id.static final StringAlign left action id.static final StringAlign middle (vertical) action id.static final StringAlign right action id.static final StringAlign top action id.static final StringThe ID for the GEF Text Context.static final StringDirect edit action id.static final StringContext menu group for copy/paste related actions.static final StringContext menu group for EditPart manipulation actions.static final StringContext menu group for find/replace related actions.static final StringContext menu group for print related actions.static final StringContext menu group for actions which do not fit in one of the other categories.static final StringContext menu group for save related actions.static final StringContext menu group for undo/redo related actions.static final StringContext menu group for view related actions.static final StringValue:"org.eclipse.gef.match.height"static final StringValue:"org.eclipse.gef.match.size"static final StringValue:"org.eclipse.gef.match.width"static final StringToggle grid visibility contribution id
 Value:"org.eclipse.gef.snap.grid.visibility"static final StringToggle ruler visibility contribution id
 Value:"org.eclipse.gef.rulers.visibility"static final StringToggle snap to geometry contribution id
 Value:"org.eclipse.gef.snap.geometry"static final StringZoom in contribution id.static final StringZoom out contribution id.static final StringZoom contribution id.Fields inherited from interface org.eclipse.ui.IWorkbenchActionConstantsABOUT, 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_GROUP, EDIT_START, EXPORT, FILE_END, FILE_START, FIND, FIND_EXT, FORWARD, GLOBAL_ACTIONS, GO_INTO, GO_TO, GO_TO_RESOURCE, GROUP_ADD, GROUP_APP, GROUP_EDITOR, GROUP_FILE, GROUP_HELP, 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_PERSPECTIVE, M_PROJECT, M_PROJECT_CONFIGURE, 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, PERSPECTIVE_END, PERSPECTIVE_START, PIN_GROUP, PREVIOUS, PRINT, PRINT_EXT, 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_EDIT, TOOLBAR_FILE, TOOLBAR_HELP, TOOLBAR_NAVIGATE, UNDO, UNDO_EXT, UP, VIEW_EXT, WB_END, WB_START, WINDOW_EXT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidAdds standard group separators to the given MenuManager.
- 
Field Details- 
CONTEXT_TEXTThe ID for the GEF Text Context.- See Also:
 
- 
ALIGN_BOTTOMAlign bottom action id. Value:"org.eclipse.gef.align_bottom"- See Also:
 
- 
ALIGN_CENTERAlign center (horizontal) action id. Value:"org.eclipse.gef.align_center"- See Also:
 
- 
ALIGN_LEFTAlign left action id. Value:"org.eclipse.gef.align_left"- See Also:
 
- 
ALIGN_MIDDLEAlign middle (vertical) action id. Value:"org.eclipse.gef.align_middle"- See Also:
 
- 
ALIGN_RIGHTAlign right action id. Value:"org.eclipse.gef.align_right"- See Also:
 
- 
ALIGN_TOPAlign top action id. Value:"org.eclipse.gef.align_top"- See Also:
 
- 
DIRECT_EDITDirect edit action id. Value:"org.eclipse.gef.direct_edit"- See Also:
 
- 
GROUP_COPYContext menu group for copy/paste related actions. Value:"org.eclipse.gef.group.copy"- See Also:
 
- 
GROUP_EDITContext menu group for EditPart manipulation actions. Value:"org.eclipse.gef.group.edit"- See Also:
 
- 
GROUP_FINDContext menu group for find/replace related actions. Value:"org.eclipse.gef.group.find"- See Also:
 
- 
GROUP_PRINTContext menu group for print related actions. Value:"org.eclipse.gef.group.print"- See Also:
 
- 
GROUP_RESTContext menu group for actions which do not fit in one of the other categories. Value:"org.eclipse.gef.group.rest"- See Also:
 
- 
GROUP_SAVEContext menu group for save related actions. Value:"org.eclipse.gef.group.save"- See Also:
 
- 
GROUP_UNDOContext menu group for undo/redo related actions. Value:"org.eclipse.gef.group.undo"- See Also:
 
- 
GROUP_VIEWContext menu group for view related actions. Value:"org.eclipse.gef.group.view"- See Also:
 
- 
MATCH_SIZEValue:"org.eclipse.gef.match.size"- Since:
- 3.7
- See Also:
 
- 
MATCH_WIDTHValue:"org.eclipse.gef.match.width"- See Also:
 
- 
MATCH_HEIGHTValue:"org.eclipse.gef.match.height"- See Also:
 
- 
ZOOM_TOOLBAR_WIDGETZoom contribution id. Value:"org.eclipse.gef.zoom"- See Also:
 
- 
ZOOM_INZoom in contribution id. Value:"org.eclipse.gef.zoom_in"- See Also:
 
- 
ZOOM_OUTZoom out contribution id. Value:"org.eclipse.gef.zoom_out"- See Also:
 
- 
TOGGLE_GRID_VISIBILITYToggle grid visibility contribution id
 Value:"org.eclipse.gef.snap.grid.visibility"- See Also:
 
- 
TOGGLE_RULER_VISIBILITYToggle ruler visibility contribution id
 Value:"org.eclipse.gef.rulers.visibility"- See Also:
 
- 
TOGGLE_SNAP_TO_GEOMETRYToggle snap to geometry contribution id
 Value:"org.eclipse.gef.snap.geometry"- See Also:
 
 
- 
- 
Constructor Details- 
GEFActionConstantspublic GEFActionConstants()
 
- 
- 
Method Details- 
addStandardActionGroupsAdds standard group separators to the given MenuManager.- Parameters:
- menu- the MenuManager
 
 
-