Source Code Cross Referenced for IIDEHelpContextIds.java in  » IDE-Eclipse » ui-ide » org » eclipse » ui » internal » ide » 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 ide » org.eclipse.ui.internal.ide 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*******************************************************************************
002:         * Copyright (c) 2000, 2007 IBM Corporation and others.
003:         * All rights reserved. This program and the accompanying materials
004:         * are made available under the terms of the Eclipse Public License v1.0
005:         * which accompanies this distribution, and is available at
006:         * http://www.eclipse.org/legal/epl-v10.html
007:         *
008:         * Contributors:
009:         *     IBM Corporation - initial API and implementation
010:         *******************************************************************************/package org.eclipse.ui.internal.ide;
011:
012:        /**
013:         * Help context ids for the workbench.
014:         * <p>
015:         * This interface contains constants only; it is not intended to be implemented
016:         * or extended.
017:         * </p>
018:         * 
019:         */
020:        public interface IIDEHelpContextIds {
021:            public static final String PREFIX = IDEWorkbenchPlugin.IDE_WORKBENCH
022:                    + "."; //$NON-NLS-1$
023:
024:            // Actions
025:            public static final String ADD_BOOKMARK_ACTION = PREFIX
026:                    + "add_bookmark_action_context"; //$NON-NLS-1$
027:
028:            public static final String ADD_TASK_ACTION = PREFIX
029:                    + "add_task_action_context"; //$NON-NLS-1$	
030:
031:            public static final String INCREMENTAL_BUILD_ACTION = PREFIX
032:                    + "incremental_build_action_context"; //$NON-NLS-1$
033:
034:            public static final String FULL_BUILD_ACTION = PREFIX
035:                    + "full_build_action_context"; //$NON-NLS-1$
036:
037:            public static final String CLOSE_RESOURCE_ACTION = PREFIX
038:                    + "close_resource_action_context"; //$NON-NLS-1$
039:
040:            public static final String CLOSE_UNRELATED_PROJECTS_ACTION = PREFIX
041:                    + "close_unrelated_projects_action_context"; //$NON-NLS-1$
042:
043:            public static final String OPEN_RESOURCE_ACTION = PREFIX
044:                    + "open_resource_action_context"; //$NON-NLS-1$
045:
046:            public static final String OPEN_FILE_ACTION = PREFIX
047:                    + "open_file_action_context"; //$NON-NLS-1$
048:
049:            public static final String OPEN_LOCAL_FILE_ACTION = PREFIX
050:                    + "open_local_file_action_context"; //$NON-NLS-1$
051:
052:            public static final String OPEN_SYSTEM_EDITOR_ACTION = PREFIX
053:                    + "open_system_editor_action_context"; //$NON-NLS-1$
054:
055:            public static final String REFRESH_ACTION = PREFIX
056:                    + "refresh_action_context"; //$NON-NLS-1$
057:
058:            public static final String MOVE_RESOURCE_ACTION = PREFIX
059:                    + "move_resource_action_context"; //$NON-NLS-1$
060:
061:            public static final String COPY_RESOURCE_ACTION = PREFIX
062:                    + "copy_resource_action_context"; //$NON-NLS-1$
063:
064:            public static final String MOVE_PROJECT_ACTION = PREFIX
065:                    + "move_project_action_context"; //$NON-NLS-1$
066:
067:            public static final String COPY_PROJECT_ACTION = PREFIX
068:                    + "copy_project_action_context"; //$NON-NLS-1$
069:
070:            public static final String RENAME_RESOURCE_ACTION = PREFIX
071:                    + "rename_resource_action_context"; //$NON-NLS-1$
072:
073:            public static final String DELETE_RESOURCE_ACTION = PREFIX
074:                    + "delete_resource_action_context"; //$NON-NLS-1$
075:
076:            public static final String PROJECT_PROPERTY_DIALOG_ACTION = PREFIX
077:                    + "project_property_dialog_action_context"; //$NON-NLS-1$
078:
079:            public static final String CREATE_FOLDER_ACTION = PREFIX
080:                    + "create_folder_action_context"; //$NON-NLS-1$
081:
082:            public static final String CREATE_FILE_ACTION = PREFIX
083:                    + "create_file_action_context"; //$NON-NLS-1$
084:
085:            public static final String SCRUB_LOCAL_ACTION = PREFIX
086:                    + "scrub_local_action_context"; //$NON-NLS-1$
087:
088:            public static final String GLOBAL_INCREMENTAL_BUILD_ACTION = PREFIX
089:                    + "global_incremental_build_action_context"; //$NON-NLS-1$
090:
091:            public static final String GLOBAL_FULL_BUILD_ACTION = PREFIX
092:                    + "global_full_build_action_context"; //$NON-NLS-1$
093:
094:            public static final String QUICK_START_ACTION = PREFIX
095:                    + "quick_start_action_context"; //$NON-NLS-1$
096:
097:            public static final String TIPS_AND_TRICKS_ACTION = PREFIX
098:                    + "tips_and_tricks_action_context"; //$NON-NLS-1$
099:
100:            public static final String TEXT_CUT_ACTION = PREFIX
101:                    + "text_cut_action_context"; //$NON-NLS-1$
102:
103:            public static final String TEXT_COPY_ACTION = PREFIX
104:                    + "text_copy_action_context"; //$NON-NLS-1$
105:
106:            public static final String TEXT_PASTE_ACTION = PREFIX
107:                    + "text_paste_action_context"; //$NON-NLS-1$
108:
109:            public static final String TEXT_DELETE_ACTION = PREFIX
110:                    + "text_delete_action_context"; //$NON-NLS-1$
111:
112:            public static final String TEXT_SELECT_ALL_ACTION = PREFIX
113:                    + "text_select_all_action_context"; //$NON-NLS-1$
114:
115:            public static final String OPEN_WORKSPACE_FILE_ACTION = PREFIX
116:                    + "open_workspace_file_action_context"; //$NON-NLS-1$
117:
118:            // Dialogs
119:            public static final String PROJECT_LOCATION_SELECTION_DIALOG = PREFIX
120:                    + "project_location_selection_dialog_context"; //$NON-NLS-1$
121:
122:            public static final String CONTAINER_SELECTION_DIALOG = PREFIX
123:                    + "container_selection_dialog_context"; //$NON-NLS-1$
124:
125:            public static final String FILE_SELECTION_DIALOG = PREFIX
126:                    + "file_selection_dialog_context"; //$NON-NLS-1$
127:
128:            public static final String RESOURCE_SELECTION_DIALOG = PREFIX
129:                    + "resource_selection_dialog_context"; //$NON-NLS-1$
130:
131:            public static final String DELETE_PROJECT_DIALOG = PREFIX
132:                    + "delete_project_dialog_context"; //$NON-NLS-1$
133:
134:            public static final String MARKER_RESOLUTION_SELECTION_DIALOG = PREFIX
135:                    + "marker_resolution_selection_dialog_context"; //$NON-NLS-1$
136:
137:            public static final String WELCOME_PAGE_SELECTION_DIALOG = PREFIX
138:                    + "welcome_page_selection_dialog"; //$NON-NLS-1$
139:
140:            public static final String TIPS_AND_TRICKS_PAGE_SELECTION_DIALOG = PREFIX
141:                    + "tips_and_tricks_page_selection_dialog"; //$NON-NLS-1$
142:
143:            public static final String OPEN_RESOURCE_DIALOG = PREFIX
144:                    + "open_resource_dialog"; //$NON-NLS-1$
145:
146:            public static final String NEW_FOLDER_DIALOG = PREFIX
147:                    + "new_folder_dialog"; //$NON-NLS-1$
148:
149:            public static final String PATH_VARIABLE_SELECTION_DIALOG = PREFIX
150:                    + "path_variable_selection_dialog"; //$NON-NLS-1$
151:
152:            public static final String SAVE_AS_DIALOG = PREFIX
153:                    + "save_as_dialog_context"; //$NON-NLS-1$
154:
155:            // Editors
156:            public static final String WELCOME_EDITOR = PREFIX
157:                    + "welcome_editor_context"; //$NON-NLS-1$
158:
159:            // Preference pages
160:            public static final String BUILD_ORDER_PREFERENCE_PAGE = PREFIX
161:                    + "build_order_preference_page_context"; //$NON-NLS-1$
162:
163:            public static final String FILE_STATES_PREFERENCE_PAGE = PREFIX
164:                    + "file_states_preference_page_context"; //$NON-NLS-1$
165:
166:            public static final String LINKED_RESOURCE_PREFERENCE_PAGE = PREFIX
167:                    + "linked_resource_preference_page_context"; //$NON-NLS-1$
168:
169:            // Property pages
170:            public static final String PROJECT_REFERENCE_PROPERTY_PAGE = PREFIX
171:                    + "project_reference_property_page_context"; //$NON-NLS-1$
172:
173:            public static final String RESOURCE_INFO_PROPERTY_PAGE = PREFIX
174:                    + "resource_info_property_page_context"; //$NON-NLS-1$
175:
176:            // Wizard pages
177:            public static final String NEW_PROJECT_WIZARD_PAGE = PREFIX
178:                    + "new_project_wizard_page_context"; //$NON-NLS-1$
179:
180:            public static final String NEW_PROJECT_REFERENCE_WIZARD_PAGE = PREFIX
181:                    + "new_project_reference_wizard_page_context"; //$NON-NLS-1$
182:
183:            public static final String NEW_FOLDER_WIZARD_PAGE = PREFIX
184:                    + "new_folder_wizard_page_context"; //$NON-NLS-1$
185:
186:            public static final String NEW_FILE_WIZARD_PAGE = PREFIX
187:                    + "new_file_wizard_page_context"; //$NON-NLS-1$
188:
189:            public static final String NEW_LINK_WIZARD_PAGE = PREFIX
190:                    + "new_link_wizard_page_context"; //$NON-NLS-1$
191:
192:            public static final String WORKING_SET_RESOURCE_PAGE = PREFIX
193:                    + "working_set_resource_page"; //$NON-NLS-1$	
194:
195:            public static final String WORKSPACE_PREFERENCE_PAGE = PREFIX
196:                    + "workspace_preference_page_context"; //$NON-NLS-1$
197:
198:            // Wizards
199:
200:            public static final String NEW_FILE_WIZARD = PREFIX
201:                    + "new_file_wizard_context"; //$NON-NLS-1$
202:
203:            public static final String NEW_FOLDER_WIZARD = PREFIX
204:                    + "new_folder_wizard_context"; //$NON-NLS-1$
205:
206:            public static final String NEW_PROJECT_WIZARD = PREFIX
207:                    + "new_project_wizard_context"; //$NON-NLS-1$
208:
209:            public static final String SWITCH_WORKSPACE_ACTION = PREFIX
210:                    + "switch_workspace_dialog_context"; //$NON-NLS-1$
211:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.