Java Doc for IWorkbenchActionConstants.java in  » IDE-Eclipse » ui-workbench » org » eclipse » ui » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » ui workbench » org.eclipse.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.ui.IWorkbenchActionConstants

IWorkbenchActionConstants
public interface IWorkbenchActionConstants (Code)
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

  • File menu (M_FILE)
  • Edit menu (M_EDIT)
  • Window menu (M_WINDOW)
  • Help menu (M_HELP)

Standard group for adding top level menus

  • Extra top level menu group (MB_ADDITIONS)

Global actions

  • Undo (UNDO)
  • Redo (REDO)
  • Cut (CUT)
  • Copy (COPY)
  • Paste (PASTE)
  • Delete (DELETE)
  • Find (FIND)
  • Select All (SELECT_ALL)
  • Add Bookmark (BOOKMARK)

Standard File menu actions

  • Start group (FILE_START)
  • End group (FILE_END)
  • New action (NEW)
  • Extra New-like action group (NEW_EXT)
  • Close action (CLOSE)
  • Close All action (CLOSE_ALL)
  • Extra Close-like action group (CLOSE_EXT)
  • Save action (SAVE)
  • Save As action (SAVE_AS)
  • Save All action (SAVE_ALL)
  • Extra Save-like action group (SAVE_EXT)
  • Import action (IMPORT)
  • Export action (EXPORT)
  • Extra Import-like action group (IMPORT_EXT)
  • Quit action (QUIT)

Standard Edit menu actions

  • Start group (EDIT_START)
  • End group (EDIT_END)
  • Undo global action (UNDO)
  • Redo global action (REDO)
  • Extra Undo-like action group (UNDO_EXT)
  • Cut global action (CUT)
  • Copy global action (COPY)
  • Paste global action (PASTE)
  • Extra Cut-like action group (CUT_EXT)
  • Delete global action (DELETE)
  • Find global action (FIND)
  • Select All global action (SELECT_ALL)
  • Bookmark global action (BOOKMARK)

Standard Perspective menu actions

  • Extra Perspective-like action group (VIEW_EXT)

Standard Workbench menu actions

  • Start group (WB_START)
  • End group (WB_END)
  • Extra Build-like action group (BUILD_EXT)
  • Build action (BUILD)
  • Rebuild All action (REBUILD_ALL)

Standard Window menu actions

  • Extra Window-like action group (WINDOW_EXT)

Standard Help menu actions

  • Start group (HELP_START)
  • End group (HELP_END)
  • About action (ABOUT)

Standard pop-up menu groups

  • Managing group (GROUP_MANAGING)
  • Reorganize group (GROUP_REORGANIZE)
  • Add group (GROUP_ADD)
  • File group (GROUP_FILE)

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:   org.eclipse.ui.IActionBars.setGlobalActionHandler
See Also:   Note: many of the remaining non-deprecated constants here are IDE-specific
See Also:   and should be deprecated and moved to a constant pool at the IDE layer
See Also:   (e.g. IIDEActionConstants).


Field Summary
final public static  StringABOUT
     Help menu: name of standard About action (value "about").
final public static  StringADD_EXT
     Edit menu: name of group for extra Add-like actions (value "add.ext").
final public static  StringADD_TASK
     Edit menu: name of standard Add Task global action (value "addTask").
final public static  StringBACK
     Navigate menu: name of standard Back global action (value "back").
final public static  StringBOOKMARK
     Edit menu: name of standard Add Bookmark global action (value "bookmark").
final public static  StringBUILD
     Workbench menu: name of standard Build action (value "build").
final public static  StringBUILD_EXT
     Workbench menu: name of group for extra Build-like actions (value "build.ext").
final public static  StringBUILD_GROUP
     Group id for build group.
final public static  StringBUILD_PROJECT
     Project menu: name of standard Build Project global action (value "buildProject").
final public static  StringCLOSE
     File menu: name of standard Close action (value "close").
final public static  StringCLOSE_ALL
     File menu: name of standard Close All action (value "closeAll").
final public static  StringCLOSE_EXT
     File menu: name of group for extra Close-like actions (value "close.ext").
final public static  StringCLOSE_PROJECT
     Project menu: name of standard Close Project global action (value "closeProject").
final public static  StringCOPY
     Edit menu: name of standard Copy global action (value "copy").
final public static  StringCUT
     Edit menu: name of standard Cut global action (value "cut").
final public static  StringCUT_EXT
     Edit menu: name of group for extra Cut-like actions (value "cut.ext").
final public static  StringDELETE
     Edit menu: name of standard Delete global action (value "delete").
final public static  StringEDIT_END
     Edit menu: name of group for end of menu (value "editEnd").
final public static  StringEDIT_START
     Edit menu: name of group for start of menu (value "editStart").
final public static  StringEXPORT
     File menu: name of standard Export action (value "export").
final public static  StringFILE_END
     File menu: name of group for end of menu (value "fileEnd").
final public static  StringFILE_START
     File menu: name of group for start of menu (value "fileStart").
final public static  StringFIND
     Edit menu: name of standard Find global action (value "find").
final public static  StringFIND_EXT
     Edit menu: name of group for extra Find-like actions (value "find.ext").
final public static  StringFORWARD
     Navigate menu: name of standard Forward global action (value "forward").
final public static  String[]GLOBAL_ACTIONS
     Standard global actions in a workbench window.
final public static  StringGO_INTO
     Navigate menu: name of standard Go Into global action (value "goInto").
final public static  StringGO_TO
     Navigate menu: name of standard Go To submenu (value "goTo").
final public static  StringGO_TO_RESOURCE
     Navigate menu: name of standard Go To Resource global action (value "goToResource").
final public static  StringGROUP_ADD
     Pop-up menu: name of group for Add actions (value "group.add").
final public static  StringGROUP_APP
    
final public static  StringGROUP_EDITOR
     Toolbar: name of group for editor action bars.
final public static  StringGROUP_FILE
     Pop-up menu: name of group for File actions (value "group.file").
final public static  StringGROUP_HELP
    
final public static  StringGROUP_MANAGING
     Pop-up menu: name of group for Managing actions (value "group.managing").
final public static  StringGROUP_REORGANIZE
     Pop-up menu: name of group for Reorganize actions (value "group.reorganize").
final public static  StringGROUP_SHOW_IN
     Pop-up menu: name of group for Show In actions (value "group.showIn").
final public static  StringHELP_END
     Help menu: name of group for end of menu (value "helpEnd").
final public static  StringHELP_START
     Help menu: name of group for start of menu (value "helpStart").
final public static  StringHISTORY_GROUP
     Group id for history toolbar group.
final public static  StringIMPORT
     File menu: name of standard Import action (value "import").
final public static  StringIMPORT_EXT
     File menu: name of group for extra Import-like actions (value "import.ext").
final public static  StringLAUNCH_EXT
     Launch menu: name of group for launching additional windows.
final public static  StringMB_ADDITIONS
     Name of group for adding new top-level menus (value "additions").
final public static  StringMENU_PREFIX
    

[Issue: MENU_PREFIX is "".

final public static  StringMOVE
     Edit menu: name of standard Move global action (value "move").
final public static  StringMRU
     File menu: name of "Most Recently Used File" group.
final public static  StringM_EDIT
     Name of standard Edit menu (value "edit").
final public static  StringM_FILE
     Name of standard File menu (value "file").
final public static  StringM_HELP
     Name of standard Help menu (value "help").
final public static  StringM_LAUNCH
     Name of Launch window menu (value "launch").
final public static  StringM_NAVIGATE
     Name of standard Navigate menu (value "navigate").
final public static  StringM_PROJECT
     Name of standard Project menu (value "project").
final public static  StringM_VIEW
     Name of standard View menu (value "view").
final public static  StringM_WINDOW
     Name of standard Window menu (value "window").
final public static  StringM_WORKBENCH
     Name of standard Workbench menu (value "workbench").
final public static  StringNAV_END
     Navigate menu: name of group for end of menu (value "navEnd").
final public static  StringNAV_START
     Navigate menu: name of group for start of menu (value "navStart").
final public static  StringNEW
     File menu: name of standard New action (value "new").
final public static  StringNEW_EXT
     File menu: name of group for extra New-like actions (value "new.ext").
final public static  StringNEW_GROUP
     Group id for new toolbar group.
final public static  StringNEXT
     Navigate menu: name of standard Next global action (value "next").
final public static  StringOPEN_EXT
     File and Navigate menu: name of group for extra Open actions (value "open.ext").
final public static  StringOPEN_PROJECT
     Project menu: name of standard Open Project global action (value "openProject").
final public static  StringPASTE
     Edit menu: name of standard Paste global action (value "paste").
final public static  StringPIN_GROUP
     Group id for pin toolbar group.
final public static  StringPREVIOUS
     Navigate menu: name of standard Up global action (value "previous").
final public static  StringPRINT
     File menu: name of standard Print global action (value "print").
final public static  StringPRINT_EXT
     File menu: name of group for extra Print-like actions (value "print.ext").
final public static  StringPROJ_END
     Project menu: name of group for start of menu (value "projEnd").
final public static  StringPROJ_START
     Project menu: name of group for start of menu (value "projStart").
final public static  StringPROPERTIES
     File menu: name of standard Properties global action (value "properties").
final public static  StringQUIT
     File menu: name of standard Quit action (value "quit").
final public static  StringREBUILD_ALL
     Workbench menu: name of standard Rebuild All action (value "rebuildAll").
final public static  StringREBUILD_PROJECT
     Project menu: name of standard Rebuild Project global action (value "rebuildProject").
final public static  StringREDO
     Edit menu: name of standard Redo global action (value "redo").
final public static  StringREFRESH
     File menu: name of standard Refresh global action (value "refresh").
final public static  StringRENAME
     Edit menu: name of standard Rename global action (value "rename").
final public static  StringREVERT
     File menu: name of standard Revert global action (value "revert").
final public static  StringSAVE
     File menu: name of standard Save action (value "save").
final public static  StringSAVE_ALL
     File menu: name of standard Save All action (value "saveAll").
final public static  StringSAVE_AS
     File menu: name of standard Save As action (value "saveAs").
final public static  StringSAVE_EXT
     File menu: name of group for extra Save-like actions (value "save.ext").
final public static  StringSAVE_GROUP
     Group id for save group.
final public static  StringSELECT_ALL
     Edit menu: name of standard Select All global action (value "selectAll").
final public static  StringSEP
    

[Issue: SEP is "/".

final public static  StringSHOW_EXT
     Navigate menu: name of group for extra Show actions (value "show.ext").
final public static  StringSHOW_IN
     Navigate menu: name of standard Show In...
final public static  StringSYNC_EDITOR
     Navigate menu: name of standard Sync With Editor global action (value "syncEditor").
final public static  StringTOOLBAR_FILE
     Workbench toolbar id for file toolbar group.
final public static  StringTOOLBAR_HELP
     Workbench toolbar id for help toolbar group.
final public static  StringTOOLBAR_NAVIGATE
     Workbench toolbar id for navigate toolbar group.
final public static  StringUNDO
     Edit menu: name of standard Undo global action (value "undo").
final public static  StringUNDO_EXT
     Edit menu: name of group for extra Undo-like actions (value "undo.ext").
final public static  StringUP
     Navigate menu: name of standard Up global action (value "up").
final public static  StringVIEW_EXT
     View menu: name of group for additional view-like items.
final public static  StringWB_END
     Workbench menu: name of group for end of menu (value "wbEnd").
final public static  StringWB_START
     Workbench menu: name of group for start of menu (value "wbStart").
final public static  StringWINDOW_EXT
     Window menu: name of group for additional window-like items.



Field Detail
ABOUT
final public static String ABOUT(Code)
Help menu: name of standard About action (value "about"). org.eclipse.ui.actions.ActionFactory.ABOUTActionFactory.ABOUT.getId()



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



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



BACK
final public static String BACK(Code)
Navigate menu: name of standard Back global action (value "back"). org.eclipse.ui.actions.ActionFactory.BACKActionFactory.BACK.getId()



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



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



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



BUILD_GROUP
final public static String BUILD_GROUP(Code)
Group id for build group.
since:
   2.1



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



CLOSE
final public static String CLOSE(Code)
File menu: name of standard Close action (value "close"). org.eclipse.ui.actions.ActionFactory.CLOSEActionFactory.CLOSE.getId()



CLOSE_ALL
final public static String CLOSE_ALL(Code)
File menu: name of standard Close All action (value "closeAll"). org.eclipse.ui.actions.ActionFactory.CLOSE_ALLActionFactory.CLOSE_ALL.getId()



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



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



COPY
final public static String COPY(Code)
Edit menu: name of standard Copy global action (value "copy"). org.eclipse.ui.actions.ActionFactory.COPYActionFactory.COPY.getId()



CUT
final public static String CUT(Code)
Edit menu: name of standard Cut global action (value "cut"). org.eclipse.ui.actions.ActionFactory.CUTActionFactory.CUT.getId()



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



DELETE
final public static String DELETE(Code)
Edit menu: name of standard Delete global action (value "delete"). org.eclipse.ui.actions.ActionFactory.DELETEActionFactory.DELETE.getId()



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



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



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



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



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



FIND
final public static String FIND(Code)
Edit menu: name of standard Find global action (value "find"). org.eclipse.ui.actions.ActionFactory.FINDActionFactory.FIND.getId()



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



FORWARD
final public static String FORWARD(Code)
Navigate menu: name of standard Forward global action (value "forward"). org.eclipse.ui.actions.ActionFactory.FORWARDActionFactory.FORWARD.getId()



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



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



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



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



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



GROUP_APP
final public static String GROUP_APP(Code)
Coolbar: name of group for application created actions
since:
   3.0



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



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



GROUP_HELP
final public static String GROUP_HELP(Code)
Coolbar: name of group for help actions and contributions
since:
   3.1



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



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



GROUP_SHOW_IN
final public static String GROUP_SHOW_IN(Code)
Pop-up menu: name of group for Show In actions (value "group.showIn").
since:
   2.1



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



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



HISTORY_GROUP
final public static String HISTORY_GROUP(Code)
Group id for history toolbar group.
since:
   2.1



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



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



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



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



MENU_PREFIX
final public static String MENU_PREFIX(Code)

[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. ]




MOVE
final public static String MOVE(Code)
Edit menu: name of standard Move global action (value "move"). org.eclipse.ui.actions.ActionFactory.MOVEActionFactory.MOVE.getId()



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



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



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



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



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



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



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



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



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



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



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



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



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



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



NEW_GROUP
final public static String NEW_GROUP(Code)
Group id for new toolbar group.
since:
   2.1



NEXT
final public static String NEXT(Code)
Navigate menu: name of standard Next global action (value "next"). org.eclipse.ui.actions.ActionFactory.NEXTActionFactory.NEXT.getId()



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



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



PASTE
final public static String PASTE(Code)
Edit menu: name of standard Paste global action (value "paste"). org.eclipse.ui.actions.ActionFactory.PASTEActionFactory.PASTE.getId()



PIN_GROUP
final public static String PIN_GROUP(Code)
Group id for pin toolbar group.
since:
   2.1



PREVIOUS
final public static String PREVIOUS(Code)
Navigate menu: name of standard Up global action (value "previous"). org.eclipse.ui.actions.ActionFactory.PREVIOUSActionFactory.PREVIOUS.getId()



PRINT
final public static String PRINT(Code)
File menu: name of standard Print global action (value "print"). org.eclipse.ui.actions.ActionFactory.PRINTActionFactory.PRINT.getId()



PRINT_EXT
final public static String PRINT_EXT(Code)
File menu: name of group for extra Print-like actions (value "print.ext").
since:
   3.0



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



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



PROPERTIES
final public static String PROPERTIES(Code)
File menu: name of standard Properties global action (value "properties"). org.eclipse.ui.actions.ActionFactory.PROPERTIESActionFactory.PROPERTIES.getId()



QUIT
final public static String QUIT(Code)
File menu: name of standard Quit action (value "quit"). org.eclipse.ui.actions.ActionFactory.QUITActionFactory.QUIT.getId()



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



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



REDO
final public static String REDO(Code)
Edit menu: name of standard Redo global action (value "redo"). org.eclipse.ui.actions.ActionFactory.REDOActionFactory.REDO.getId()



REFRESH
final public static String REFRESH(Code)
File menu: name of standard Refresh global action (value "refresh"). org.eclipse.ui.actions.ActionFactory.REFRESHActionFactory.REFRESH.getId()



RENAME
final public static String RENAME(Code)
Edit menu: name of standard Rename global action (value "rename"). org.eclipse.ui.actions.ActionFactory.RENAMEActionFactory.RENAME.getId()



REVERT
final public static String REVERT(Code)
File menu: name of standard Revert global action (value "revert"). org.eclipse.ui.actions.ActionFactory.REVERTActionFactory.REVERT.getId()



SAVE
final public static String SAVE(Code)
File menu: name of standard Save action (value "save"). org.eclipse.ui.actions.ActionFactory.SAVEActionFactory.SAVE.getId()



SAVE_ALL
final public static String SAVE_ALL(Code)
File menu: name of standard Save All action (value "saveAll"). org.eclipse.ui.actions.ActionFactory.SAVE_ALLActionFactory.SAVE_ALL.getId()



SAVE_AS
final public static String SAVE_AS(Code)
File menu: name of standard Save As action (value "saveAs"). org.eclipse.ui.actions.ActionFactory.SAVE_ASActionFactory.SAVE_AS.getId()



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



SAVE_GROUP
final public static String SAVE_GROUP(Code)
Group id for save group.
since:
   2.1



SELECT_ALL
final public static String SELECT_ALL(Code)
Edit menu: name of standard Select All global action (value "selectAll"). org.eclipse.ui.actions.ActionFactory.SELECT_ALLActionFactory.SELECT_ALL.getId()



SEP
final public static String SEP(Code)

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




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



SHOW_IN
final public static String SHOW_IN(Code)
Navigate menu: name of standard Show In... action (value "showIn").
See Also:   org.eclipse.ui.internal.ShowInAction
since:
   2.1



SYNC_EDITOR
final public static String SYNC_EDITOR(Code)
Navigate menu: name of standard Sync With Editor global action (value "syncEditor").



TOOLBAR_FILE
final public static String TOOLBAR_FILE(Code)
Workbench toolbar id for file toolbar group.
since:
   2.1



TOOLBAR_HELP
final public static String TOOLBAR_HELP(Code)
Workbench toolbar id for help toolbar group.
since:
   3.1



TOOLBAR_NAVIGATE
final public static String TOOLBAR_NAVIGATE(Code)
Workbench toolbar id for navigate toolbar group.
since:
   2.1



UNDO
final public static String UNDO(Code)
Edit menu: name of standard Undo global action (value "undo"). org.eclipse.ui.actions.ActionFactory.UNDOActionFactory.UNDO.getId()



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



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



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



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



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



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





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.