Eclipse Platform
Release 3.2

org.eclipse.ui
Interface IWorkbenchActionConstants

All Known Subinterfaces:
ITextEditorActionConstants

public interface IWorkbenchActionConstants

Action ids for standard actions, groups in the workbench menu bar, and global actions.

This interface contains constants only; it is not intended to be implemented or extended.

Standard menus

Standard group for adding top level menus

Global actions

Standard File menu actions

Standard Edit menu actions

Standard Perspective menu actions

Standard Workbench menu actions

Standard Window menu actions

Standard Help menu actions

Standard pop-up menu groups

To hook a global action handler, a view should use the following code: IAction copyHandler = ...; view.getSite().getActionBars().setGlobalActionHandler( IWorkbenchActionConstants.COPY, copyHandler); For editors, this should be done in the IEditorActionBarContributor.

See Also:
Note: many of the remaining non-deprecated constants here are IDE-specific and should be deprecated and moved to a constant pool at the IDE layer (e.g. IIDEActionConstants).

Field Summary
static java.lang.String ABOUT
          Deprecated. in 3.0. Use ActionFactory.ABOUT.getId() instead.
static java.lang.String ADD_EXT
          Edit menu: name of group for extra Add-like actions (value "add.ext").
static java.lang.String ADD_TASK
          Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.ADD_TASK.getId() instead.
static java.lang.String BACK
          Deprecated. in 3.0. Use ActionFactory.BACK.getId() instead.
static java.lang.String BOOKMARK
          Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BOOKMARK.getId() instead.
static java.lang.String BUILD
          Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BUILD.getId() instead.
static java.lang.String BUILD_EXT
          Workbench menu: name of group for extra Build-like actions (value "build.ext").
static java.lang.String BUILD_GROUP
          Group id for build group.
static java.lang.String BUILD_PROJECT
          Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BUILD_PROJECT.getId() instead.
static java.lang.String CLOSE
          Deprecated. in 3.0. Use ActionFactory.CLOSE.getId() instead.
static java.lang.String CLOSE_ALL
          Deprecated. in 3.0. Use ActionFactory.CLOSE_ALL.getId() instead.
static java.lang.String CLOSE_EXT
          File menu: name of group for extra Close-like actions (value "close.ext").
static java.lang.String CLOSE_PROJECT
          Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.CLOSE_PROJECT.getId() instead.
static java.lang.String COPY
          Deprecated. in 3.0. Use ActionFactory.COPY.getId() instead.
static java.lang.String CUT
          Deprecated. in 3.0. Use ActionFactory.CUT.getId() instead.
static java.lang.String CUT_EXT
          Edit menu: name of group for extra Cut-like actions (value "cut.ext").
static java.lang.String DELETE
          Deprecated. in 3.0. Use ActionFactory.DELETE.getId() instead.
static java.lang.String EDIT_END
          Edit menu: name of group for end of menu (value "editEnd").
static java.lang.String EDIT_START
          Edit menu: name of group for start of menu (value "editStart").
static java.lang.String EXPORT
          Deprecated. in 3.0. Use org.eclipse.ui.ActionFactory.EXPORT.getId() instead.
static java.lang.String FILE_END
          File menu: name of group for end of menu (value "fileEnd").
static java.lang.String FILE_START
          File menu: name of group for start of menu (value "fileStart").
static java.lang.String FIND
          Deprecated. in 3.0. Use ActionFactory.FIND.getId() instead.
static java.lang.String FIND_EXT
          Edit menu: name of group for extra Find-like actions (value "find.ext").
static java.lang.String FORWARD
          Deprecated. in 3.0. Use ActionFactory.FORWARD.getId() instead.
static java.lang.String[] GLOBAL_ACTIONS
          Deprecated. in 3.0
static java.lang.String GO_INTO
          Navigate menu: name of standard Go Into global action (value "goInto").
static java.lang.String GO_TO
          Navigate menu: name of standard Go To submenu (value "goTo").
static java.lang.String GO_TO_RESOURCE
          Navigate menu: name of standard Go To Resource global action (value "goToResource").
static java.lang.String GROUP_ADD
          Pop-up menu: name of group for Add actions (value "group.add").
static java.lang.String GROUP_APP
          Coolbar: name of group for application created actions
static java.lang.String GROUP_EDITOR
          Toolbar: name of group for editor action bars.
static java.lang.String GROUP_FILE
          Pop-up menu: name of group for File actions (value "group.file").
static java.lang.String GROUP_HELP
          Coolbar: name of group for help actions and contributions
static java.lang.String GROUP_MANAGING
          Pop-up menu: name of group for Managing actions (value "group.managing").
static java.lang.String GROUP_REORGANIZE
          Pop-up menu: name of group for Reorganize actions (value "group.reorganize").
static java.lang.String GROUP_SHOW_IN
          Pop-up menu: name of group for Show In actions (value "group.showIn").
static java.lang.String HELP_END
          Help menu: name of group for end of menu (value "helpEnd").
static java.lang.String HELP_START
          Help menu: name of group for start of menu (value "helpStart").
static java.lang.String HISTORY_GROUP
          Group id for history toolbar group.
static java.lang.String IMPORT
          Deprecated. in 3.0. Use org.eclipse.ui.ActionFactory.IMPORT.getId() instead.
static java.lang.String IMPORT_EXT
          File menu: name of group for extra Import-like actions (value "import.ext").
static java.lang.String LAUNCH_EXT
          Launch menu: name of group for launching additional windows.
static java.lang.String M_EDIT
          Name of standard Edit menu (value "edit").
static java.lang.String M_FILE
          Name of standard File menu (value "file").
static java.lang.String M_HELP
          Name of standard Help menu (value "help").
static java.lang.String M_LAUNCH
          Name of Launch window menu (value "launch").
static java.lang.String M_NAVIGATE
          Name of standard Navigate menu (value "navigate").
static java.lang.String M_PROJECT
          Name of standard Project menu (value "project").
static java.lang.String M_VIEW
          Deprecated. Since 3.0. This is no longer used.
static java.lang.String M_WINDOW
          Name of standard Window menu (value "window").
static java.lang.String M_WORKBENCH
          Deprecated. Since 3.0. This is no longer used.
static java.lang.String MB_ADDITIONS
          Name of group for adding new top-level menus (value "additions").
static java.lang.String MENU_PREFIX
           [Issue: MENU_PREFIX is "".
static java.lang.String MOVE
          Deprecated. in 3.0. Use ActionFactory.MOVE.getId() instead.
static java.lang.String MRU
          File menu: name of "Most Recently Used File" group.
static java.lang.String NAV_END
          Navigate menu: name of group for end of menu (value "navEnd").
static java.lang.String NAV_START
          Navigate menu: name of group for start of menu (value "navStart").
static java.lang.String NEW
          Deprecated. in 3.0. Use org.eclipse.ui.ActionFactory.NEW.getId() instead.
static java.lang.String NEW_EXT
          File menu: name of group for extra New-like actions (value "new.ext").
static java.lang.String NEW_GROUP
          Group id for new toolbar group.
static java.lang.String NEXT
          Deprecated. in 3.0. Use ActionFactory.NEXT.getId() instead.
static java.lang.String OPEN_EXT
          File and Navigate menu: name of group for extra Open actions (value "open.ext").
static java.lang.String OPEN_PROJECT
          Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.OPEN_PROJECT.getId() instead.
static java.lang.String PASTE
          Deprecated. in 3.0. Use ActionFactory.PASTE.getId() instead.
static java.lang.String PIN_GROUP
          Group id for pin toolbar group.
static java.lang.String PREVIOUS
          Deprecated. in 3.0. Use ActionFactory.PREVIOUS.getId() instead.
static java.lang.String PRINT
          Deprecated. in 3.0. Use ActionFactory.PRINT.getId() instead.
static java.lang.String PRINT_EXT
          File menu: name of group for extra Print-like actions (value "print.ext").
static java.lang.String PROJ_END
          Project menu: name of group for start of menu (value "projEnd").
static java.lang.String PROJ_START
          Project menu: name of group for start of menu (value "projStart").
static java.lang.String PROPERTIES
          Deprecated. in 3.0. Use ActionFactory.PROPERTIES.getId() instead.
static java.lang.String QUIT
          Deprecated. in 3.0. Use ActionFactory.QUIT.getId() instead.
static java.lang.String REBUILD_ALL
          Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.REBUILD_ALL.getId() instead.
static java.lang.String REBUILD_PROJECT
          Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.REBUILD_PROJECT.getId() instead.
static java.lang.String REDO
          Deprecated. in 3.0. Use ActionFactory.REDO.getId() instead.
static java.lang.String REFRESH
          Deprecated. in 3.0. Use ActionFactory.REFRESH.getId() instead.
static java.lang.String RENAME
          Deprecated. in 3.0. Use ActionFactory.RENAME.getId() instead.
static java.lang.String REVERT
          Deprecated. in 3.0. Use ActionFactory.REVERT.getId() instead.
static java.lang.String SAVE
          Deprecated. in 3.0. Use ActionFactory.SAVE.getId() instead.
static java.lang.String SAVE_ALL
          Deprecated. in 3.0. Use ActionFactory.SAVE_ALL.getId() instead.
static java.lang.String SAVE_AS
          Deprecated. in 3.0. Use ActionFactory.SAVE_AS.getId() instead.
static java.lang.String SAVE_EXT
          File menu: name of group for extra Save-like actions (value "save.ext").
static java.lang.String SAVE_GROUP
          Group id for save group.
static java.lang.String SELECT_ALL
          Deprecated. in 3.0. Use ActionFactory.SELECT_ALL.getId() instead.
static java.lang.String SEP
           [Issue: SEP is "/".
static java.lang.String SHOW_EXT
          Navigate menu: name of group for extra Show actions (value "show.ext").
static java.lang.String SHOW_IN
          Deprecated.  
static java.lang.String SYNC_EDITOR
          Deprecated. this action will be removed soon; use SHOW_IN instead
static java.lang.String TOOLBAR_FILE
          Workbench toolbar id for file toolbar group.
static java.lang.String TOOLBAR_HELP
          Workbench toolbar id for help toolbar group.
static java.lang.String TOOLBAR_NAVIGATE
          Workbench toolbar id for navigate toolbar group.
static java.lang.String UNDO
          Deprecated. in 3.0. Use ActionFactory.UNDO.getId() instead.
static java.lang.String UNDO_EXT
          Edit menu: name of group for extra Undo-like actions (value "undo.ext").
static java.lang.String UP
          Navigate menu: name of standard Up global action (value "up").
static java.lang.String VIEW_EXT
          View menu: name of group for additional view-like items.
static java.lang.String WB_END
          Workbench menu: name of group for end of menu (value "wbEnd").
static java.lang.String WB_START
          Workbench menu: name of group for start of menu (value "wbStart").
static java.lang.String WINDOW_EXT
          Window menu: name of group for additional window-like items.
 

Field Detail

MENU_PREFIX

static final java.lang.String MENU_PREFIX

[Issue: MENU_PREFIX is "". It is used to prefix some of the other constants. There doesn't seem to be much point for this. Recommend deleting it. ]

See Also:
Constant Field Values

SEP

static final java.lang.String SEP

[Issue: SEP is "/". It is not used anywhere. Recommend deleting it.]

See Also:
Constant Field Values

M_FILE

static final java.lang.String M_FILE
Name of standard File menu (value "file").

See Also:
Constant Field Values

M_EDIT

static final java.lang.String M_EDIT
Name of standard Edit menu (value "edit").

See Also:
Constant Field Values

M_VIEW

static final java.lang.String M_VIEW
Deprecated. Since 3.0. This is no longer used.
Name of standard View menu (value "view").

See Also:
Constant Field Values

M_WORKBENCH

static final java.lang.String M_WORKBENCH
Deprecated. Since 3.0. This is no longer used.
Name of standard Workbench menu (value "workbench").

See Also:
Constant Field Values

M_NAVIGATE

static final java.lang.String M_NAVIGATE
Name of standard Navigate menu (value "navigate").

See Also:
Constant Field Values

M_PROJECT

static final java.lang.String M_PROJECT
Name of standard Project menu (value "project").

See Also:
Constant Field Values

M_WINDOW

static final java.lang.String M_WINDOW
Name of standard Window menu (value "window").

See Also:
Constant Field Values

M_LAUNCH

static final java.lang.String M_LAUNCH
Name of Launch window menu (value "launch").

See Also:
Constant Field Values

M_HELP

static final java.lang.String M_HELP
Name of standard Help menu (value "help").

See Also:
Constant Field Values

MB_ADDITIONS

static final java.lang.String MB_ADDITIONS
Name of group for adding new top-level menus (value "additions").

See Also:
Constant Field Values

FILE_START

static final java.lang.String FILE_START
File menu: name of group for start of menu (value "fileStart").

See Also:
Constant Field Values

FILE_END

static final java.lang.String FILE_END
File menu: name of group for end of menu (value "fileEnd").

See Also:
Constant Field Values

NEW

static final java.lang.String NEW
Deprecated. in 3.0. Use org.eclipse.ui.ActionFactory.NEW.getId() instead.
File menu: name of standard New action (value "new").

See Also:
Constant Field Values

NEW_EXT

static final java.lang.String NEW_EXT
File menu: name of group for extra New-like actions (value "new.ext").

See Also:
Constant Field Values

CLOSE

static final java.lang.String CLOSE
Deprecated. in 3.0. Use ActionFactory.CLOSE.getId() instead.
File menu: name of standard Close action (value "close").

See Also:
Constant Field Values

CLOSE_ALL

static final java.lang.String CLOSE_ALL
Deprecated. in 3.0. Use ActionFactory.CLOSE_ALL.getId() instead.
File menu: name of standard Close All action (value "closeAll").

See Also:
Constant Field Values

CLOSE_EXT

static final java.lang.String CLOSE_EXT
File menu: name of group for extra Close-like actions (value "close.ext").

See Also:
Constant Field Values

SAVE

static final java.lang.String SAVE
Deprecated. in 3.0. Use ActionFactory.SAVE.getId() instead.
File menu: name of standard Save action (value "save").

See Also:
Constant Field Values

SAVE_AS

static final java.lang.String SAVE_AS
Deprecated. in 3.0. Use ActionFactory.SAVE_AS.getId() instead.
File menu: name of standard Save As action (value "saveAs").

See Also:
Constant Field Values

SAVE_ALL

static final java.lang.String SAVE_ALL
Deprecated. in 3.0. Use ActionFactory.SAVE_ALL.getId() instead.
File menu: name of standard Save All action (value "saveAll").

See Also:
Constant Field Values

SAVE_EXT

static final java.lang.String SAVE_EXT
File menu: name of group for extra Save-like actions (value "save.ext").

See Also:
Constant Field Values

PRINT

static final java.lang.String PRINT
Deprecated. in 3.0. Use ActionFactory.PRINT.getId() instead.
File menu: name of standard Print global action (value "print").

See Also:
Constant Field Values

PRINT_EXT

static final java.lang.String PRINT_EXT
File menu: name of group for extra Print-like actions (value "print.ext").

Since:
3.0
See Also:
Constant Field Values

IMPORT

static final java.lang.String IMPORT
Deprecated. in 3.0. Use org.eclipse.ui.ActionFactory.IMPORT.getId() instead.
File menu: name of standard Import action (value "import").

See Also:
Constant Field Values

EXPORT

static final java.lang.String EXPORT
Deprecated. in 3.0. Use org.eclipse.ui.ActionFactory.EXPORT.getId() instead.
File menu: name of standard Export action (value "export").

See Also:
Constant Field Values

IMPORT_EXT

static final java.lang.String IMPORT_EXT
File menu: name of group for extra Import-like actions (value "import.ext").

See Also:
Constant Field Values

MRU

static final java.lang.String MRU
File menu: name of "Most Recently Used File" group. (value "mru").

See Also:
Constant Field Values

QUIT

static final java.lang.String QUIT
Deprecated. in 3.0. Use ActionFactory.QUIT.getId() instead.
File menu: name of standard Quit action (value "quit").

See Also:
Constant Field Values

EDIT_START

static final java.lang.String EDIT_START
Edit menu: name of group for start of menu (value "editStart").

See Also:
Constant Field Values

EDIT_END

static final java.lang.String EDIT_END
Edit menu: name of group for end of menu (value "editEnd").

See Also:
Constant Field Values

UNDO

static final java.lang.String UNDO
Deprecated. in 3.0. Use ActionFactory.UNDO.getId() instead.
Edit menu: name of standard Undo global action (value "undo").

See Also:
Constant Field Values

REDO

static final java.lang.String REDO
Deprecated. in 3.0. Use ActionFactory.REDO.getId() instead.
Edit menu: name of standard Redo global action (value "redo").

See Also:
Constant Field Values

UNDO_EXT

static final java.lang.String UNDO_EXT
Edit menu: name of group for extra Undo-like actions (value "undo.ext").

See Also:
Constant Field Values

CUT

static final java.lang.String CUT
Deprecated. in 3.0. Use ActionFactory.CUT.getId() instead.
Edit menu: name of standard Cut global action (value "cut").

See Also:
Constant Field Values

COPY

static final java.lang.String COPY
Deprecated. in 3.0. Use ActionFactory.COPY.getId() instead.
Edit menu: name of standard Copy global action (value "copy").

See Also:
Constant Field Values

PASTE

static final java.lang.String PASTE
Deprecated. in 3.0. Use ActionFactory.PASTE.getId() instead.
Edit menu: name of standard Paste global action (value "paste").

See Also:
Constant Field Values

CUT_EXT

static final java.lang.String CUT_EXT
Edit menu: name of group for extra Cut-like actions (value "cut.ext").

See Also:
Constant Field Values

DELETE

static final java.lang.String DELETE
Deprecated. in 3.0. Use ActionFactory.DELETE.getId() instead.
Edit menu: name of standard Delete global action (value "delete").

See Also:
Constant Field Values

FIND

static final java.lang.String FIND
Deprecated. in 3.0. Use ActionFactory.FIND.getId() instead.
Edit menu: name of standard Find global action (value "find").

See Also:
Constant Field Values

FIND_EXT

static final java.lang.String FIND_EXT
Edit menu: name of group for extra Find-like actions (value "find.ext").

See Also:
Constant Field Values

SELECT_ALL

static final java.lang.String SELECT_ALL
Deprecated. in 3.0. Use ActionFactory.SELECT_ALL.getId() instead.
Edit menu: name of standard Select All global action (value "selectAll").

See Also:
Constant Field Values

BOOKMARK

static final java.lang.String BOOKMARK
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BOOKMARK.getId() instead.
Edit menu: name of standard Add Bookmark global action (value "bookmark").

See Also:
Constant Field Values

ADD_TASK

static final java.lang.String ADD_TASK
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.ADD_TASK.getId() instead.
Edit menu: name of standard Add Task global action (value "addTask").

See Also:
Constant Field Values

ADD_EXT

static final java.lang.String ADD_EXT
Edit menu: name of group for extra Add-like actions (value "add.ext").

See Also:
Constant Field Values

WB_START

static final java.lang.String WB_START
Workbench menu: name of group for start of menu (value "wbStart").

See Also:
Constant Field Values

WB_END

static final java.lang.String WB_END
Workbench menu: name of group for end of menu (value "wbEnd").

See Also:
Constant Field Values

BUILD_EXT

static final java.lang.String BUILD_EXT
Workbench menu: name of group for extra Build-like actions (value "build.ext").

See Also:
Constant Field Values

BUILD

static final java.lang.String BUILD
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BUILD.getId() instead.
Workbench menu: name of standard Build action (value "build").

See Also:
Constant Field Values

REBUILD_ALL

static final java.lang.String REBUILD_ALL
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.REBUILD_ALL.getId() instead.
Workbench menu: name of standard Rebuild All action (value "rebuildAll").

See Also:
Constant Field Values

TOOLBAR_FILE

static final java.lang.String TOOLBAR_FILE
Workbench toolbar id for file toolbar group.

Since:
2.1
See Also:
Constant Field Values

TOOLBAR_NAVIGATE

static final java.lang.String TOOLBAR_NAVIGATE
Workbench toolbar id for navigate toolbar group.

Since:
2.1
See Also:
Constant Field Values

TOOLBAR_HELP

static final java.lang.String TOOLBAR_HELP
Workbench toolbar id for help toolbar group.

Since:
3.1
See Also:
Constant Field Values

PIN_GROUP

static final java.lang.String PIN_GROUP
Group id for pin toolbar group.

Since:
2.1
See Also:
Constant Field Values

HISTORY_GROUP

static final java.lang.String HISTORY_GROUP
Group id for history toolbar group.

Since:
2.1
See Also:
Constant Field Values

NEW_GROUP

static final java.lang.String NEW_GROUP
Group id for new toolbar group.

Since:
2.1
See Also:
Constant Field Values

SAVE_GROUP

static final java.lang.String SAVE_GROUP
Group id for save group.

Since:
2.1
See Also:
Constant Field Values

BUILD_GROUP

static final java.lang.String BUILD_GROUP
Group id for build group.

Since:
2.1
See Also:
Constant Field Values

GROUP_MANAGING

static final java.lang.String GROUP_MANAGING
Pop-up menu: name of group for Managing actions (value "group.managing").

See Also:
Constant Field Values

GROUP_REORGANIZE

static final java.lang.String GROUP_REORGANIZE
Pop-up menu: name of group for Reorganize actions (value "group.reorganize").

See Also:
Constant Field Values

GROUP_ADD

static final java.lang.String GROUP_ADD
Pop-up menu: name of group for Add actions (value "group.add").

See Also:
Constant Field Values

GROUP_FILE

static final java.lang.String GROUP_FILE
Pop-up menu: name of group for File actions (value "group.file").

See Also:
Constant Field Values

GROUP_SHOW_IN

static final java.lang.String GROUP_SHOW_IN
Pop-up menu: name of group for Show In actions (value "group.showIn").

Since:
2.1
See Also:
Constant Field Values

GROUP_APP

static final java.lang.String GROUP_APP
Coolbar: name of group for application created actions

Since:
3.0
See Also:
Constant Field Values

GROUP_EDITOR

static final java.lang.String GROUP_EDITOR
Toolbar: name of group for editor action bars.

See Also:
Constant Field Values

GROUP_HELP

static final java.lang.String GROUP_HELP
Coolbar: name of group for help actions and contributions

Since:
3.1
See Also:
Constant Field Values

VIEW_EXT

static final java.lang.String VIEW_EXT
View menu: name of group for additional view-like items. (value "additions").

See Also:
Constant Field Values

WINDOW_EXT

static final java.lang.String WINDOW_EXT
Window menu: name of group for additional window-like items. (value "additions").

See Also:
Constant Field Values

LAUNCH_EXT

static final java.lang.String LAUNCH_EXT
Launch menu: name of group for launching additional windows. (value "additions").

See Also:
Constant Field Values

REVERT

static final java.lang.String REVERT
Deprecated. in 3.0. Use ActionFactory.REVERT.getId() instead.
File menu: name of standard Revert global action (value "revert").

See Also:
Constant Field Values

REFRESH

static final java.lang.String REFRESH
Deprecated. in 3.0. Use ActionFactory.REFRESH.getId() instead.
File menu: name of standard Refresh global action (value "refresh").

See Also:
Constant Field Values

PROPERTIES

static final java.lang.String PROPERTIES
Deprecated. in 3.0. Use ActionFactory.PROPERTIES.getId() instead.
File menu: name of standard Properties global action (value "properties").

See Also:
Constant Field Values

MOVE

static final java.lang.String MOVE
Deprecated. in 3.0. Use ActionFactory.MOVE.getId() instead.
Edit menu: name of standard Move global action (value "move").

See Also:
Constant Field Values

RENAME

static final java.lang.String RENAME
Deprecated. in 3.0. Use ActionFactory.RENAME.getId() instead.
Edit menu: name of standard Rename global action (value "rename").

See Also:
Constant Field Values

NAV_START

static final java.lang.String NAV_START
Navigate menu: name of group for start of menu (value "navStart").

See Also:
Constant Field Values

NAV_END

static final java.lang.String NAV_END
Navigate menu: name of group for end of menu (value "navEnd").

See Also:
Constant Field Values

OPEN_EXT

static final java.lang.String OPEN_EXT
File and Navigate menu: name of group for extra Open actions (value "open.ext").

See Also:
Constant Field Values

SHOW_EXT

static final java.lang.String SHOW_EXT
Navigate menu: name of group for extra Show actions (value "show.ext").

See Also:
Constant Field Values

GO_INTO

static final java.lang.String GO_INTO
Navigate menu: name of standard Go Into global action (value "goInto").

See Also:
Constant Field Values

GO_TO

static final java.lang.String GO_TO
Navigate menu: name of standard Go To submenu (value "goTo").

See Also:
Constant Field Values

GO_TO_RESOURCE

static final java.lang.String GO_TO_RESOURCE
Navigate menu: name of standard Go To Resource global action (value "goToResource").

See Also:
Constant Field Values

SYNC_EDITOR

static final java.lang.String SYNC_EDITOR
Deprecated. this action will be removed soon; use SHOW_IN instead
Navigate menu: name of standard Sync With Editor global action (value "syncEditor").

See Also:
Constant Field Values

SHOW_IN

static final java.lang.String SHOW_IN
Deprecated. 
Navigate menu: name of standard Show In... action (value "showIn").

Since:
2.1
See Also:
ShowInAction, Constant Field Values

BACK

static final java.lang.String BACK
Deprecated. in 3.0. Use ActionFactory.BACK.getId() instead.
Navigate menu: name of standard Back global action (value "back").

See Also:
Constant Field Values

FORWARD

static final java.lang.String FORWARD
Deprecated. in 3.0. Use ActionFactory.FORWARD.getId() instead.
Navigate menu: name of standard Forward global action (value "forward").

See Also:
Constant Field Values

UP

static final java.lang.String UP
Navigate menu: name of standard Up global action (value "up").

See Also:
Constant Field Values

NEXT

static final java.lang.String NEXT
Deprecated. in 3.0. Use ActionFactory.NEXT.getId() instead.
Navigate menu: name of standard Next global action (value "next").

See Also:
Constant Field Values

PREVIOUS

static final java.lang.String PREVIOUS
Deprecated. in 3.0. Use ActionFactory.PREVIOUS.getId() instead.
Navigate menu: name of standard Up global action (value "previous").

See Also:
Constant Field Values

PROJ_START

static final java.lang.String PROJ_START
Project menu: name of group for start of menu (value "projStart").

See Also:
Constant Field Values

PROJ_END

static final java.lang.String PROJ_END
Project menu: name of group for start of menu (value "projEnd").

See Also:
Constant Field Values

BUILD_PROJECT

static final java.lang.String BUILD_PROJECT
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BUILD_PROJECT.getId() instead.
Project menu: name of standard Build Project global action (value "buildProject").

See Also:
Constant Field Values

REBUILD_PROJECT

static final java.lang.String REBUILD_PROJECT
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.REBUILD_PROJECT.getId() instead.
Project menu: name of standard Rebuild Project global action (value "rebuildProject").

See Also:
Constant Field Values

OPEN_PROJECT

static final java.lang.String OPEN_PROJECT
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.OPEN_PROJECT.getId() instead.
Project menu: name of standard Open Project global action (value "openProject").

See Also:
Constant Field Values

CLOSE_PROJECT

static final java.lang.String CLOSE_PROJECT
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.CLOSE_PROJECT.getId() instead.
Project menu: name of standard Close Project global action (value "closeProject").

See Also:
Constant Field Values

HELP_START

static final java.lang.String HELP_START
Help menu: name of group for start of menu (value "helpStart").

See Also:
Constant Field Values

HELP_END

static final java.lang.String HELP_END
Help menu: name of group for end of menu (value "helpEnd").

See Also:
Constant Field Values

ABOUT

static final java.lang.String ABOUT
Deprecated. in 3.0. Use ActionFactory.ABOUT.getId() instead.
Help menu: name of standard About action (value "about").

See Also:
Constant Field Values

GLOBAL_ACTIONS

static final java.lang.String[] GLOBAL_ACTIONS
Deprecated. in 3.0
Standard global actions in a workbench window.


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.