Eclipse Platform
2.0

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


Field Summary
static String ABOUT
          Help menu: name of standard About action (value "about").
static String ADD_EXT
          Edit menu: name of group for extra Add-like actions (value "add.ext").
static String ADD_TASK
          Edit menu: name of standard Add Task global action (value "addTask").
static String BACK
          Navigate menu: name of standard Back global action (value "back").
static String BOOKMARK
          Edit menu: name of standard Add Bookmark global action (value "bookmark").
static String BUILD
          Workbench menu: name of standard Build action (value "build").
static String BUILD_EXT
          Workbench menu: name of group for extra Build-like actions (value "build.ext").
static String BUILD_PROJECT
          Project menu: name of standard Build Project global action (value "buildProject").
static String CLOSE
          File menu: name of standard Close action (value "close").
static String CLOSE_ALL
          File menu: name of standard Close All action (value "closeAll").
static String CLOSE_EXT
          File menu: name of group for extra Close-like actions (value "close.ext").
static String CLOSE_PROJECT
          Project menu: name of standard Close Project global action (value "closeProject").
static String COPY
          Edit menu: name of standard Copy global action (value "copy").
static String CUT
          Edit menu: name of standard Cut global action (value "cut").
static String CUT_EXT
          Edit menu: name of group for extra Cut-like actions (value "cut.ext").
static String DELETE
          Edit menu: name of standard Delete global action (value "delete").
static String EDIT_END
          Edit menu: name of group for end of menu (value "editEnd").
static String EDIT_START
          Edit menu: name of group for start of menu (value "editStart").
static String EXPORT
          File menu: name of standard Export action (value "export").
static String FILE_END
          File menu: name of group for end of menu (value "fileEnd").
static String FILE_START
          File menu: name of group for start of menu (value "fileStart").
static String FIND
          Edit menu: name of standard Find global action (value "find").
static String FIND_EXT
          Edit menu: name of group for extra Find-like actions (value "find.ext").
static String FORWARD
          Navigate menu: name of standard Forward global action (value "forward").
static String[] GLOBAL_ACTIONS
          Standard global actions in a workbench window.
static String GO_INTO
          Navigate menu: name of standard Go Into global action (value "goInto").
static String GO_TO
          Navigate menu: name of standard Go To submenu (value "goTo").
static String GROUP_ADD
          Pop-up menu: name of group for Add actions (value "group.add").
static String GROUP_EDITOR
          Toolbar: name of group for editor action bars.
static String GROUP_FILE
          Pop-up menu: name of group for File actions (value "group.file").
static String GROUP_MANAGING
          Pop-up menu: name of group for Managing actions (value "group.managing").
static String GROUP_REORGANIZE
          Pop-up menu: name of group for Reorganize actions (value "group.reorganize").
static String HELP_END
          Help menu: name of group for end of menu (value "helpEnd").
static String HELP_START
          Help menu: name of group for start of menu (value "helpStart").
static String IMPORT
          File menu: name of standard Import action (value "import").
static String IMPORT_EXT
          File menu: name of group for extra Import-like actions (value "import.ext").
static String LAUNCH_EXT
          Launch menu: name of group for launching additional windows.
static String M_EDIT
          Name of standard Edit menu (value "edit").
static String M_FILE
          Name of standard File menu (value "file").
static String M_HELP
          Name of standard Help menu (value "help").
static String M_LAUNCH
          Name of Launch window menu (value "launch").
static String M_NAVIGATE
          Name of standard Navigate menu (value "navigate").
static String M_PROJECT
          Name of standard Project menu (value "project").
static String M_VIEW
          Name of standard Perspective menu (value "view").
static String M_WINDOW
          Name of standard Window menu (value "window").
static String M_WORKBENCH
          Name of standard Workbench menu (value "workbench").
static String MB_ADDITIONS
          Name of group for adding new top-level menus (value "additions").
static String MENU_PREFIX
           [Issue: MENU_PREFIX is "".
static String MOVE
          Edit menu: name of standard Move global action (value "move").
static String MRU
          File menu: name of "Most Recently Used File" group.
static String NAV_END
          Navigate menu: name of group for end of menu (value "navStart").
static String NAV_START
          Navigate menu: name of group for start of menu (value "navStart").
static String NEW
          File menu: name of standard New action (value "new").
static String NEW_EXT
          File menu: name of group for extra New-like actions (value "new.ext").
static String NEXT
          Navigate menu: name of standard Next global action (value "next").
static String OPEN_EXT
          Navigate menu: name of group for extra Open actions (value "open.ext").
static String OPEN_PROJECT
          Project menu: name of standard Open Project global action (value "openProject").
static String PASTE
          Edit menu: name of standard Paste global action (value "paste").
static String PREVIOUS
          Navigate menu: name of standard Up global action (value "previous").
static String PRINT
          File menu: name of standard Print global action (value "print").
static String PROJ_END
          Project menu: name of group for start of menu (value "projEnd").
static String PROJ_START
          Project menu: name of group for start of menu (value "projStart").
static String PROPERTIES
          File menu: name of standard Properties global action (value "properties").
static String QUIT
          File menu: name of standard Quit action (value "quit").
static String REBUILD_ALL
          Workbench menu: name of standard Rebuild All action (value "rebuildAll").
static String REBUILD_PROJECT
          Project menu: name of standard Rebuild Project global action (value "rebuildProject").
static String REDO
          Edit menu: name of standard Redo global action (value "redo").
static String REFRESH
          File menu: name of standard Refresh global action (value "refresh").
static String RENAME
          Edit menu: name of standard Rename global action (value "rename").
static String REVERT
          File menu: name of standard Revert global action (value "revert").
static String SAVE
          File menu: name of standard Save action (value "save").
static String SAVE_ALL
          File menu: name of standard Save All action (value "saveAll").
static String SAVE_AS
          File menu: name of standard Save As action (value "saveAs").
static String SAVE_EXT
          File menu: name of group for extra Save-like actions (value "save.ext").
static String SELECT_ALL
          Edit menu: name of standard Select All global action (value "selectAll").
static String SEP
           [Issue: SEP is "/".
static String SHOW_EXT
          Navigate menu: name of group for extra Show actions (value "show.ext").
static String UNDO
          Edit menu: name of standard Undo global action (value "undo").
static String UNDO_EXT
          Edit menu: name of group for extra Undo-like actions (value "undo.ext").
static String UP
          Navigate menu: name of standard Up global action (value "up").
static String VIEW_EXT
          View menu: name of group for additional view-like items.
static String WB_END
          Workbench menu: name of group for end of menu (value "wbEnd").
static String WB_START
          Workbench menu: name of group for start of menu (value "wbStart").
static String WINDOW_EXT
          Window menu: name of group for additional window-like items.
 

Field Detail

MENU_PREFIX

public static final 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

public static final String SEP

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

See Also:
Constant Field Values

M_FILE

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

See Also:
Constant Field Values

M_EDIT

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

See Also:
Constant Field Values

M_VIEW

public static final String M_VIEW
Name of standard Perspective menu (value "view").

See Also:
Constant Field Values

M_WORKBENCH

public static final String M_WORKBENCH
Name of standard Workbench menu (value "workbench").

See Also:
Constant Field Values

M_NAVIGATE

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

See Also:
Constant Field Values

M_PROJECT

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

See Also:
Constant Field Values

M_WINDOW

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

See Also:
Constant Field Values

M_LAUNCH

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

See Also:
Constant Field Values

M_HELP

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

See Also:
Constant Field Values

MB_ADDITIONS

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

See Also:
Constant Field Values

FILE_START

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

See Also:
Constant Field Values

FILE_END

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

See Also:
Constant Field Values

NEW

public static final String NEW
File menu: name of standard New action (value "new").

See Also:
Constant Field Values

NEW_EXT

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

See Also:
Constant Field Values

CLOSE

public static final String CLOSE
File menu: name of standard Close action (value "close").

See Also:
Constant Field Values

CLOSE_ALL

public static final String CLOSE_ALL
File menu: name of standard Close All action (value "closeAll").

See Also:
Constant Field Values

CLOSE_EXT

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

See Also:
Constant Field Values

SAVE

public static final String SAVE
File menu: name of standard Save action (value "save").

See Also:
Constant Field Values

SAVE_AS

public static final String SAVE_AS
File menu: name of standard Save As action (value "saveAs").

See Also:
Constant Field Values

SAVE_ALL

public static final String SAVE_ALL
File menu: name of standard Save All action (value "saveAll").

See Also:
Constant Field Values

SAVE_EXT

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

See Also:
Constant Field Values

PRINT

public static final String PRINT
File menu: name of standard Print global action (value "print").

See Also:
Constant Field Values

IMPORT

public static final String IMPORT
File menu: name of standard Import action (value "import").

See Also:
Constant Field Values

EXPORT

public static final String EXPORT
File menu: name of standard Export action (value "export").

See Also:
Constant Field Values

IMPORT_EXT

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

See Also:
Constant Field Values

MRU

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

See Also:
Constant Field Values

QUIT

public static final String QUIT
File menu: name of standard Quit action (value "quit").

See Also:
Constant Field Values

EDIT_START

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

See Also:
Constant Field Values

EDIT_END

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

See Also:
Constant Field Values

UNDO

public static final String UNDO
Edit menu: name of standard Undo global action (value "undo").

See Also:
Constant Field Values

REDO

public static final String REDO
Edit menu: name of standard Redo global action (value "redo").

See Also:
Constant Field Values

UNDO_EXT

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

See Also:
Constant Field Values

CUT

public static final String CUT
Edit menu: name of standard Cut global action (value "cut").

See Also:
Constant Field Values

COPY

public static final String COPY
Edit menu: name of standard Copy global action (value "copy").

See Also:
Constant Field Values

PASTE

public static final String PASTE
Edit menu: name of standard Paste global action (value "paste").

See Also:
Constant Field Values

CUT_EXT

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

See Also:
Constant Field Values

DELETE

public static final String DELETE
Edit menu: name of standard Delete global action (value "delete").

See Also:
Constant Field Values

FIND

public static final String FIND
Edit menu: name of standard Find global action (value "find").

See Also:
Constant Field Values

FIND_EXT

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

See Also:
Constant Field Values

SELECT_ALL

public static final String SELECT_ALL
Edit menu: name of standard Select All global action (value "selectAll").

See Also:
Constant Field Values

BOOKMARK

public static final String BOOKMARK
Edit menu: name of standard Add Bookmark global action (value "bookmark").

See Also:
Constant Field Values

ADD_TASK

public static final String ADD_TASK
Edit menu: name of standard Add Task global action (value "addTask").

See Also:
Constant Field Values

ADD_EXT

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

See Also:
Constant Field Values

WB_START

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

See Also:
Constant Field Values

WB_END

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

See Also:
Constant Field Values

BUILD_EXT

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

See Also:
Constant Field Values

BUILD

public static final String BUILD
Workbench menu: name of standard Build action (value "build").

See Also:
Constant Field Values

REBUILD_ALL

public static final String REBUILD_ALL
Workbench menu: name of standard Rebuild All action (value "rebuildAll").

See Also:
Constant Field Values

GROUP_MANAGING

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

See Also:
Constant Field Values

GROUP_REORGANIZE

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

See Also:
Constant Field Values

GROUP_ADD

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

See Also:
Constant Field Values

GROUP_FILE

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

See Also:
Constant Field Values

GROUP_EDITOR

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

See Also:
Constant Field Values

VIEW_EXT

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

See Also:
Constant Field Values

WINDOW_EXT

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

See Also:
Constant Field Values

LAUNCH_EXT

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

See Also:
Constant Field Values

REVERT

public static final String REVERT
File menu: name of standard Revert global action (value "revert").

See Also:
Constant Field Values

REFRESH

public static final String REFRESH
File menu: name of standard Refresh global action (value "refresh").

See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
File menu: name of standard Properties global action (value "properties").

See Also:
Constant Field Values

MOVE

public static final String MOVE
Edit menu: name of standard Move global action (value "move").

See Also:
Constant Field Values

RENAME

public static final String RENAME
Edit menu: name of standard Rename global action (value "rename").

See Also:
Constant Field Values

NAV_START

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

See Also:
Constant Field Values

NAV_END

public static final String NAV_END
Navigate menu: name of group for end of menu (value "navStart").

See Also:
Constant Field Values

OPEN_EXT

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

See Also:
Constant Field Values

SHOW_EXT

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

See Also:
Constant Field Values

GO_INTO

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

See Also:
Constant Field Values

GO_TO

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

See Also:
Constant Field Values

BACK

public static final String BACK
Navigate menu: name of standard Back global action (value "back").

See Also:
Constant Field Values

FORWARD

public static final String FORWARD
Navigate menu: name of standard Forward global action (value "forward").

See Also:
Constant Field Values

UP

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

See Also:
Constant Field Values

NEXT

public static final String NEXT
Navigate menu: name of standard Next global action (value "next").

See Also:
Constant Field Values

PREVIOUS

public static final String PREVIOUS
Navigate menu: name of standard Up global action (value "previous").

See Also:
Constant Field Values

PROJ_START

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

See Also:
Constant Field Values

PROJ_END

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

See Also:
Constant Field Values

BUILD_PROJECT

public static final String BUILD_PROJECT
Project menu: name of standard Build Project global action (value "buildProject").

See Also:
Constant Field Values

REBUILD_PROJECT

public static final String REBUILD_PROJECT
Project menu: name of standard Rebuild Project global action (value "rebuildProject").

See Also:
Constant Field Values

OPEN_PROJECT

public static final String OPEN_PROJECT
Project menu: name of standard Open Project global action (value "openProject").

See Also:
Constant Field Values

CLOSE_PROJECT

public static final String CLOSE_PROJECT
Project menu: name of standard Close Project global action (value "closeProject").

See Also:
Constant Field Values

HELP_START

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

See Also:
Constant Field Values

HELP_END

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

See Also:
Constant Field Values

ABOUT

public static final String ABOUT
Help menu: name of standard About action (value "about").

See Also:
Constant Field Values

GLOBAL_ACTIONS

public static final String[] GLOBAL_ACTIONS
Standard global actions in a workbench window.


Eclipse Platform
2.0

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