Source Code Cross Referenced for IHelpContextIds.java in  » IDE-Eclipse » Eclipse-plug-in-development » org » eclipse » pde » internal » 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 » Eclipse plug in development » org.eclipse.pde.internal.ui 
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.pde.internal.ui;
011:
012:        public interface IHelpContextIds {
013:            public static final String PREFIX = "org.eclipse.pde.doc.user."; //$NON-NLS-1$
014:
015:            // Preference pages
016:            public static final String MAIN_PREFERENCE_PAGE = PREFIX
017:                    + "main_preference_page"; //$NON-NLS-1$
018:            public static final String BUILD_OPTIONS_PREFERENCE_PAGE = PREFIX
019:                    + "build_options_preference_page"; //$NON-NLS-1$
020:            public static final String EDITOR_PREFERENCE_PAGE = PREFIX
021:                    + "editor_preference_page"; //$NON-NLS-1$
022:            public static final String OSGI_PREFERENCE_PAGE = PREFIX
023:                    + "osgi_preference_page"; //$NON-NLS-1$
024:            public static final String SOURCE_PREFERENCE_PAGE = PREFIX
025:                    + "source_preference_page"; //$NON-NLS-1$
026:            public static final String TARGET_PLUGINS_PREFERENCE_PAGE = PREFIX
027:                    + "target_plugins_preference_page"; //$NON-NLS-1$
028:            public static final String TARGET_PROVISIONERS_PREFERENCE_PAGE = PREFIX
029:                    + "target_provisioners_preference_page"; //$NON-NLS-1$
030:            public static final String IMPLICIT_PLUGINS_PREFERENCE_PAGE = PREFIX
031:                    + "implicit_plugins_preference_page"; //$NON-NLS-1$
032:            public static final String LAUNCHING_ARGS_PREFERENCE_PAGE = PREFIX
033:                    + "launching_args_preference_page"; //$NON-NLS-1$
034:            public static final String COMPILERS_PREFERENCE_PAGE = PREFIX
035:                    + "compilers_preference_page"; //$NON-NLS-1$
036:            public static final String TARGET_ENVIRONMENT_PREFERENCE_PAGE = PREFIX
037:                    + "target_environment_preference_page"; //$NON-NLS-1$
038:            public static final String TARGET_PLATFORM_PREFERENCE_PAGE = PREFIX
039:                    + "target_platform_preference_page"; //$NON-NLS-1$
040:
041:            // Property Pages
042:            public static final String SELFHOSTING_PROPERTY_PAGE = PREFIX
043:                    + "selfhosting_property_page"; //$NON-NLS-1$
044:            public static final String COMPILERS_PROPERTY_PAGE = PREFIX
045:                    + "compilers_property_page"; //$NON-NLS-1$
046:
047:            // Views
048:            public static final String PLUGINS_VIEW = PREFIX + "plugins_view"; //$NON-NLS-1$
049:
050:            public static final String DEPENDENCIES_VIEW = PREFIX
051:                    + "dependencies_view"; //$NON-NLS-1$
052:            public static final String HISTORY_ACTION = PREFIX
053:                    + "history_action"; //$NON-NLS-1$
054:            public static final String HISTORY_LIST_ACTION = PREFIX
055:                    + "history_list_action"; //$NON-NLS-1$
056:            public static final String HISTORY_LIST_DIALOG = PREFIX
057:                    + "history_list_dialog"; //$NON-NLS-1$
058:
059:            // Wizard Pages
060:            public static final String NEW_PROJECT_STRUCTURE_PAGE = PREFIX
061:                    + "new_project_structure_page"; //$NON-NLS-1$
062:            public static final String NEW_PROJECT_REQUIRED_DATA = PREFIX
063:                    + "new_project_required_data"; //$NON-NLS-1$
064:            public static final String NEW_PROJECT_CODE_GEN_PAGE = PREFIX
065:                    + "new_project_code_gen_page"; //$NON-NLS-1$
066:
067:            public static final String ADVANCED_PLUGIN_EXPORT = PREFIX
068:                    + "advanced_plugin_export_page"; //$NON-NLS-1$
069:            public static final String CROSS_PLATFORM_EXPORT = PREFIX
070:                    + "cross_platform_export_page"; //$NON-NLS-1$
071:            public static final String LIBRARY_PLUGIN_JARS = PREFIX
072:                    + "library_plugin_jars"; //$NON-NLS-1$
073:            public static final String PLUGIN_WORKING_SET = PREFIX
074:                    + "plugin_working_set"; //$NON-NLS-1$
075:            public static final String PRODUCT_DEFINITIONS_WIZARD = PREFIX
076:                    + "product_definitions_wizard_page"; //$NON-NLS-1$
077:            public static final String PROJECT_NAMES = PREFIX
078:                    + "project_names_page"; //$NON-NLS-1$
079:            public static final String REQUIRED_PLUINGS_CONTAINER = PREFIX
080:                    + "required_plugins_container_page"; //$NON-NLS-1$
081:            public static final String REVIEW = PREFIX + "review_page"; //$NON-NLS-1$
082:            public static final String SELECTION = PREFIX + "selection_page"; //$NON-NLS-1$
083:
084:            public static final String NEW_FRAGMENT_STRUCTURE_PAGE = PREFIX
085:                    + "new_fragment_structure_page"; //$NON-NLS-1$
086:            public static final String NEW_FRAGMENT_REQUIRED_DATA = PREFIX
087:                    + "new_fragment_required_data"; //$NON-NLS-1$
088:
089:            public static final String NEW_LIBRARY_PROJECT_STRUCTURE_PAGE = PREFIX
090:                    + "new_library_plugin_structure_page"; //$NON-NLS-1$
091:            public static final String NEW_LIBRARY_PROJECT_JAR_PAGE = PREFIX
092:                    + "new_library_plugin_jar_page"; //$NON-NLS-1$
093:
094:            public static final String NEW_FEATURE_MAIN = PREFIX
095:                    + "new_feature_main"; //$NON-NLS-1$
096:            public static final String NEW_FEATURE_DATA = PREFIX
097:                    + "new_feature_data"; //$NON-NLS-1$
098:            public static final String NEW_FEATURE_REFERENCED_PLUGINS = PREFIX
099:                    + "new_feature_referenced_plugins"; //$NON-NLS-1$
100:
101:            public static final String NEW_PATCH_MAIN = PREFIX
102:                    + "new_patch_main"; //$NON-NLS-1$
103:            public static final String NEW_PATCH_REQUIRED_DATA = PREFIX
104:                    + "new_patch_data"; //$NON-NLS-1$
105:            public static final String NEW_PATCH_REFERENCED_PLUGINS = PREFIX
106:                    + "new_patch_referenced_plugins"; //$NON-NLS-1$
107:
108:            public static final String NEW_SITE_MAIN = PREFIX + "new_site_main"; //$NON-NLS-1$
109:
110:            public static final String MIGRATE_3_0 = PREFIX + "migrate_3_0"; //$NON-NLS-1$
111:            public static final String CONVERTED_PROJECTS = PREFIX
112:                    + "converted_projects"; //$NON-NLS-1$
113:            public static final String NEW_SCHEMA = PREFIX + "new_schema"; //$NON-NLS-1$
114:
115:            public static final String PLUGIN_IMPORT_FIRST_PAGE = PREFIX
116:                    + "plugin_import_first_page"; //$NON-NLS-1$
117:            public static final String PLUGIN_IMPORT_SECOND_PAGE = PREFIX
118:                    + "plugin_import_second_page"; //$NON-NLS-1$
119:            public static final String PLUGIN_IMPORT_EXPRESS_PAGE = PREFIX
120:                    + "plugin_import_express_page"; //$NON-NLS-1$
121:
122:            public static final String FEATURE_IMPORT_FIRST_PAGE = PREFIX
123:                    + "feature_import_first_page"; //$NON-NLS-1$
124:            public static final String FEATURE_IMPORT_SECOND_PAGE = PREFIX
125:                    + "feature_import_second_page"; //$NON-NLS-1$
126:
127:            public static final String PLUGIN_EXPORT_WIZARD = PREFIX
128:                    + "plugin_export_wizard"; //$NON-NLS-1$
129:            public static final String FEATURE_EXPORT_WIZARD = PREFIX
130:                    + "feature_export_wizard"; //$NON-NLS-1$
131:            public static final String PRODUCT_EXPORT_WIZARD = PREFIX
132:                    + "product_export_wizard"; //$NON-NLS-1$
133:
134:            public static final String TEMPLATE_SELECTION = PREFIX
135:                    + "template_selection"; //$NON-NLS-1$
136:            public static final String TEMPLATE_EDITOR = PREFIX
137:                    + "template_editor"; //$NON-NLS-1$
138:            public static final String TEMPLATE_HELLO_WORLD = PREFIX
139:                    + "template_hello_world"; //$NON-NLS-1$
140:            public static final String TEMPLATE_INTRO = PREFIX
141:                    + "template_intro"; //$NON-NLS-1$
142:            public static final String TEMPLATE_HELP = PREFIX + "template_help"; //$NON-NLS-1$
143:            public static final String TEMPLATE_MULTIPAGE_EDITOR = PREFIX
144:                    + "template_multipage_editor"; //$NON-NLS-1$
145:            public static final String TEMPLATE_NEW_WIZARD = PREFIX
146:                    + "template_new_wizard"; //$NON-NLS-1$
147:            public static final String TEMPLATE_POPUP_MENU = PREFIX
148:                    + "template_popup_menu"; //$NON-NLS-1$
149:            public static final String TEMPLATE_PREFERENCE_PAGE = PREFIX
150:                    + "template_preference_page"; //$NON-NLS-1$
151:            public static final String TEMPLATE_PROPERTY_PAGE = PREFIX
152:                    + "template_property_page"; //$NON-NLS-1$
153:            public static final String TEMPLATE_VIEW = PREFIX + "template_view"; //$NON-NLS-1$
154:            public static final String TEMPLATE_BUILDER = PREFIX
155:                    + "template_builder"; //$NON-NLS-1$
156:            public static final String TEMPLATE_RCP_MAIL = PREFIX + "rcp_mail"; //$NON-NLS-1$
157:            public static final String TEMPLATE_UNIVERSAL_WELCOME = PREFIX
158:                    + "template_universal_welcome"; //$NON-NLS-1$
159:
160:            public static final String MANIFEST_ADD_DEPENDENCIES = PREFIX
161:                    + "manifest_add_dependencies"; //$NON-NLS-1$
162:            public static final String ADD_EXTENSIONS_MAIN = PREFIX
163:                    + "add_extensions_main"; //$NON-NLS-1$
164:            public static final String ADD_EXTENSIONS_SCHEMA_BASED = PREFIX
165:                    + "add_extensions_schema_based"; //$NON-NLS-1$
166:            public static final String JAVA_ATTRIBUTE_WIZARD_PAGE = PREFIX
167:                    + "java_attribute_wizard_page"; //$NON-NLS-1$
168:            public static final String UPDATE_CLASSPATH = PREFIX
169:                    + "update_classpath"; //$NON-NLS-1$
170:            public static final String FEATURE_PORTABILITY_WIZARD = PREFIX
171:                    + "feature_portability_wizard"; //$NON-NLS-1$
172:
173:            public static final String PLUGINS_CONTAINER_PAGE = PREFIX
174:                    + "plugins_container_page"; //$NON-NLS-1$
175:            public static final String EXTERNALIZE_STRINGS_PAGE = PREFIX
176:                    + "externalize_strings_page"; //$NON-NLS-1$
177:            public static final String CHEAT_SHEET_PAGE = PREFIX
178:                    + "cheat_sheet_page"; //$NON-NLS-1$
179:            public static final String PRODUCT_FILE_PAGE = PREFIX
180:                    + "product_file_page"; //$NON-NLS-1$
181:            public static final String TARGET_DEFINITION_PAGE = PREFIX
182:                    + "target_definition_page"; //$NON-NLS-1$
183:            public static final String TOC_PAGE = PREFIX + "toc_page"; //$NON-NLS-1$
184:
185:            public static final String XHTML_CONVERSION_PAGE = PREFIX
186:                    + "xhtml_conversion_page"; //$NON-NLS-1$
187:
188:            // dialogs
189:            public static final String FRAGMENT_ADD_TARGET = PREFIX
190:                    + "fragment_add_target"; //$NON-NLS-1$
191:            public static final String SCHEMA_TYPE_RESTRICTION = PREFIX
192:                    + "schema_type_restriction"; //$NON-NLS-1$
193:            public static final String SEARCH_PAGE = PREFIX + "search_page"; //$NON-NLS-1$
194:            public static final String LAUNCHER_BASIC = PREFIX
195:                    + "launcher_basic"; //$NON-NLS-1$
196:            public static final String LAUNCHER_ADVANCED = PREFIX
197:                    + "launcher_advanced"; //$NON-NLS-1$
198:            public static final String LAUNCHER_TRACING = PREFIX
199:                    + "launcher_tracing"; //$NON-NLS-1$
200:            public static final String LAUNCHER_CONFIGURATION = PREFIX
201:                    + "launcher_configuration"; //$NON-NLS-1$
202:
203:            // Generic source page
204:            public static final String MANIFEST_SOURCE_PAGE = PREFIX
205:                    + "manifest_source_page"; //$NON-NLS-1$
206:
207:            // Manifest Editor
208:            public static final String MANIFEST_WELCOME = PREFIX
209:                    + "manifest_welcome"; //$NON-NLS-1$
210:            public static final String MANIFEST_PLUGIN_OVERVIEW = PREFIX
211:                    + "manifest_plugin_overview"; //$NON-NLS-1$
212:            public static final String MANIFEST_PLUGIN_DEPENDENCIES = PREFIX
213:                    + "manifest_plugin_dependencies"; //$NON-NLS-1$
214:            public static final String MANIFEST_PLUGIN_RUNTIME = PREFIX
215:                    + "manifest_plugin_runtime"; //$NON-NLS-1$
216:            public static final String MANIFEST_PLUGIN_EXTENSIONS = PREFIX
217:                    + "manifest_plugin_extensions"; //$NON-NLS-1$
218:            public static final String MANIFEST_PLUGIN_EXT_POINTS = PREFIX
219:                    + "manifest_plugin_ext_points"; //$NON-NLS-1$
220:
221:            public static final String MANIFEST_FRAGMENT_OVERVIEW = PREFIX
222:                    + "manifest_fragment_overview"; //$NON-NLS-1$
223:            public static final String MANIFEST_FRAGMENT_DEPENDENCIES = PREFIX
224:                    + "manifest_fragment_dependencies"; //$NON-NLS-1$
225:            public static final String MANIFEST_FRAGMENT_RUNTIME = PREFIX
226:                    + "manifest_fragment_runtime"; //$NON-NLS-1$
227:            public static final String MANIFEST_FRAGMENT_EXTENSIONS = PREFIX
228:                    + "manifest_fragment_extensions"; //$NON-NLS-1$
229:            public static final String MANIFEST_FRAGMENT_EXT_POINTS = PREFIX
230:                    + "manifest_fragment_ext_points"; //$NON-NLS-1$
231:
232:            // Build Properties Editor
233:            public static final String BUILD_PAGE = PREFIX + "build_page"; //$NON-NLS-1$
234:
235:            // Schema Editor
236:            public static final String SCHEMA_EDITOR_MAIN = PREFIX
237:                    + "schema_editor_main"; //$NON-NLS-1$
238:            public static final String SCHEMA_EDITOR_DOC = PREFIX
239:                    + "schema_editor_doc"; //$NON-NLS-1$
240:
241:            // Feature Editor
242:            public static final String MANIFEST_FEATURE_OVERVIEW = PREFIX
243:                    + "manifest_feature_overview"; //$NON-NLS-1$
244:            public static final String MANIFEST_FEATURE_INFO = PREFIX
245:                    + "manifest_feature_info"; //$NON-NLS-1$
246:            public static final String MANIFEST_FEATURE_CONTENT = PREFIX
247:                    + "manifest_feature_content"; //$NON-NLS-1$
248:            public static final String MANIFEST_FEATURE_ADVANCED = PREFIX
249:                    + "manifest_feature_advanced"; //$NON-NLS-1$
250:            public static final String MANIFEST_FEATURE_DEPENDENCIES = PREFIX
251:                    + "manifest_feature_dependencies"; //$NON-NLS-1$
252:            public static final String MANIFEST_FEATURE_INSTALLATION = PREFIX
253:                    + "manifest_feature_installation"; //$NON-NLS-1$
254:
255:            public static final String FEATURE_SYNCHRONIZE_VERSIONS = PREFIX
256:                    + "feature_synchronize_versions"; //$NON-NLS-1$
257:
258:            // Site Editor
259:            public static final String MANIFEST_SITE_OVERVIEW = PREFIX
260:                    + "manifest_site_overview"; //$NON-NLS-1$
261:            public static final String MANIFEST_SITE_BUILD = PREFIX
262:                    + "manifest_sute_build"; //$NON-NLS-1$
263:            public static final String MANIFEST_SITE_FEATURES = PREFIX
264:                    + "manifest_site_features"; //$NON-NLS-1$
265:            public static final String MANIFEST_SITE_ARCHIVES = PREFIX
266:                    + "manifest_site_archives"; //$NON-NLS-1$
267:            public static final String NEW_CATEGORY_DEF_DIALOG = PREFIX
268:                    + "new_category_def_dialog"; //$NON-NLS-1$
269:            public static final String NEW_FEATURE_DIALOG = PREFIX
270:                    + "new_feature_dialog"; //$NON-NLS-1$
271:            public static final String NEW_ARCHIVE_DIALOG = PREFIX
272:                    + "new_archive_dialog"; //$NON-NLS-1$
273:
274:            // Simple Cheat Sheet Editor
275:            public static final String SIMPLE_CS_EDITOR = PREFIX
276:                    + "simple_cs_editor"; //$NON-NLS-1$
277:
278:            // Composite Cheat Sheet Editor
279:            public static final String COMPOSITE_CS_EDITOR = PREFIX
280:                    + "composite_cs_editor"; //$NON-NLS-1$
281:
282:            // Register Cheat Sheet Wizard
283:            public static final String REGISTER_CS = PREFIX + "register_cs"; //$NON-NLS-1$
284:
285:            // Table of Contents Editor
286:            public static final String TOC_EDITOR = PREFIX + "toc_editor"; //$NON-NLS-1$
287:            public static final String REGISTER_TOC = PREFIX + "register_toc"; //$NON-NLS-1$
288:
289:            // Editor Outline
290:            public static final String OUTLINE_SORT_ACTION = PREFIX
291:                    + "outline_sort_action"; //$NON-NLS-1$
292:
293:            // Used by PDEFormPage children
294:            public static final String BRANDING_PAGE = PREFIX + "branding_page"; //$NON-NLS-1$
295:            public static final String SPLASH_PAGE = PREFIX + "splash_page"; //$NON-NLS-1$
296:            public static final String LAUNCHING_PAGE = PREFIX
297:                    + "launching_page"; //$NON-NLS-1$
298:            public static final String CONFIGURATION_PAGE = PREFIX
299:                    + "configuration_page"; //$NON-NLS-1$
300:            public static final String OVERVIEW_PAGE = PREFIX + "overview_page"; //$NON-NLS-1$
301:
302:            public static final String ENVIRONMENT_PAGE = PREFIX
303:                    + "environment_page"; //$NON-NLS-1$	
304:            public static final String TARGET_OVERVIEW_PAGE = PREFIX
305:                    + "target_overview_page"; //$NON-NLS-1$
306:
307:            // Tools
308:            public static final String ORGANIZE_MANIFESTS = PREFIX
309:                    + "organize_manifest"; //$NON-NLS-1$
310:
311:            // Provisioning
312:            public static final String FILE_SYSTEM_PROVISIONING_PAGE = PREFIX
313:                    + "file_system_provisioning_page"; //$NON-NLS-1$
314:            public static final String UPDATE_SITE_PROVISIONING_PAGE = PREFIX
315:                    + "update_site_provisioning_page"; //$NON-NLS-1$
316:
317:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.