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


001:        /*******************************************************************************
002:         * Copyright (c) 2006, 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 - Initial API and implementation
010:         *******************************************************************************/package org.eclipse.pde.internal.ui.templates;
011:
012:        import org.eclipse.osgi.util.NLS;
013:
014:        public class PDETemplateMessages extends NLS {
015:            private static final String BUNDLE_NAME = "org.eclipse.pde.internal.ui.templates.pderesources";//$NON-NLS-1$
016:
017:            public static String HelloOSGiServiceTemplate_howdy;
018:
019:            public static String HelloOSGiTemplate_goodbye;
020:
021:            public static String HelloOSGiTemplate_hello;
022:
023:            public static String HelpTemplate_sampleText;
024:            public static String HelpNewWizard_wiz;
025:
026:            public static String EditorNewWizard_wtitle;
027:            public static String EditorTemplate_title;
028:            public static String EditorTemplate_desc;
029:            public static String EditorTemplate_packageName;
030:            public static String EditorTemplate_editorClass;
031:            public static String EditorTemplate_editorName;
032:            public static String EditorTemplate_fileExtension;
033:            public static String EditorTemplate_defaultEditorName;
034:
035:            public static String HelloWorldNewWizard_wtitle;
036:            public static String HelloWorldTemplate_title;
037:            public static String HelloWorldTemplate_desc;
038:            public static String HelloRCPNewWizard_title;
039:            public static String HelloRCPTemplate_title;
040:            public static String HelloRCPTemplate_desc;
041:            public static String HelloRCPTemplate_appClass;
042:            public static String HelloNonUIRCPNewWizard_title;
043:            public static String HelloNonUIRCPTemplate_title;
044:            public static String HelloNonUIRCPTemplate_desc;
045:            public static String HelloNonUIRCPTemplate_appClass;
046:            public static String HelloNonUIRCPTemplate_messageText;
047:            public static String HelloNonUIRCPTemplate_defaultMessage;
048:            public static String HelloWorldTemplate_packageName;
049:            public static String HelloWorldTemplate_className;
050:            public static String HelloRCPTemplate_windowTitle;
051:            public static String HelloWorldTemplate_messageText;
052:            public static String HelloWorldTemplate_defaultMessage;
053:            public static String HelloWorldTemplate_sampleActionSet;
054:            public static String HelloWorldTemplate_sampleMenu;
055:            public static String HelloWorldTemplate_sampleAction;
056:
057:            public static String HelloWorldCmdNewWizard_wtitle;
058:            public static String HelloWorldCmdTemplate_title;
059:            public static String HelloWorldCmdTemplate_desc;
060:            public static String HelloWorldCmdTemplate_packageName;
061:            public static String HelloWorldCmdTemplate_className;
062:            public static String HelloWorldCmdTemplate_messageText;
063:            public static String HelloWorldCmdTemplate_defaultMessage;
064:            public static String HelloWorldCmdTemplate_sampleCategory;
065:            public static String HelloWorldCmdTemplate_sampleMenu_name;
066:            public static String HelloWorldCmdTemplate_sampleMenu_mnemonic;
067:            public static String HelloWorldCmdTemplate_sampleAction_name;
068:            public static String HelloWorldCmdTemplate_sampleAction_mnemonic;
069:            public static String HelloWorldCmdTemplate_sampleAction_tooltip;
070:
071:            public static String IntroNewWizard_wtitle;
072:            public static String IntroTemplate_title;
073:            public static String IntroTemplate_desc;
074:            public static String IntroTemplate_productName;
075:            public static String IntroTemplate_generate;
076:            public static String IntroTemplate_generateDynamicContent;
077:            public static String IntroTemplate_generateStaticContent;
078:
079:            public static String SplashHandlersTemplate_descSplashHandlerOptions;
080:
081:            public static String SplashHandlersTemplate_fieldAddSplash;
082:
083:            public static String SplashHandlersTemplate_fieldClassName;
084:
085:            public static String SplashHandlersTemplate_fieldJavaPackage;
086:
087:            public static String SplashHandlersTemplate_fieldProductID;
088:
089:            public static String SplashHandlersTemplate_fieldSplashScreenType;
090:
091:            public static String SplashHandlersTemplate_titleSplashHandlerOptions;
092:
093:            public static String ViewRCPNewWizard_title;
094:            public static String ViewRCPTemplate_title;
095:            public static String ViewRCPTemplate_desc;
096:            public static String ViewRCPTemplate_appClass;
097:            public static String ViewRCPTemplate_packageName;
098:            public static String ViewRCPTemplate_windowTitle;
099:
100:            public static String MultiPageEditorNewWizard_wtitle;
101:            public static String MultiPageEditorTemplate_title;
102:            public static String MultiPageEditorTemplate_desc;
103:            public static String MultiPageEditorTemplate_packageName;
104:            public static String MultiPageEditorTemplate_className;
105:            public static String MultiPageEditorTemplate_contributor;
106:            public static String MultiPageEditorTemplate_editorName;
107:            public static String MultiPageEditorTemplate_defaultEditorName;
108:            public static String MultiPageEditorTemplate_extensions;
109:
110:            public static String NewWizardTemplate_title;
111:            public static String NewWizardTemplate_desc;
112:            public static String NewWizardTemplate_packageName;
113:            public static String NewWizardTemplate_categoryId;
114:            public static String NewWizardTemplate_categoryName;
115:            public static String NewWizardTemplate_className;
116:            public static String NewWizardTemplate_pageClassName;
117:            public static String NewWizardTemplate_wizardName;
118:            public static String NewWizardTemplate_defaultName;
119:            public static String NewWizardTemplate_extension;
120:            public static String NewWizardTemplate_fileName;
121:
122:            public static String PopupMenuNewWizard_wtitle;
123:            public static String PopupMenuTemplate_title;
124:            public static String PopupMenuTemplate_desc;
125:            public static String PopupMenuTemplate_targetClass;
126:            public static String PopupMenuTemplate_newAction;
127:            public static String PopupMenuTemplate_submenuName;
128:            public static String PopupMenuTemplate_defaultSubmenuName;
129:            public static String PopupMenuTemplate_actionLabel;
130:            public static String PopupMenuTemplate_defaultActionName;
131:            public static String PopupMenuTemplate_packageName;
132:            public static String PopupMenuTemplate_actionClass;
133:            public static String PopupMenuTemplate_enabledFor;
134:            public static String PopupMenuTemplate_singleSelection;
135:            public static String PopupMenuTemplate_multipleSelection;
136:
137:            public static String PreferencePageTemplate_title;
138:            public static String PreferencePageTemplate_desc;
139:            public static String PreferencePageTemplate_packageName;
140:            public static String PreferencePageTemplate_className;
141:            public static String PreferencePageTemplate_pageName;
142:            public static String PreferencePageTemplate_defaultPageName;
143:
144:            public static String PropertyPageNewWizard_wtitle;
145:            public static String PropertyPageTemplate_title;
146:            public static String PropertyPageTemplate_desc;
147:            public static String PropertyPageTemplate_packageName;
148:            public static String PropertyPageTemplate_pageClass;
149:            public static String PropertyPageTemplate_pageName;
150:            public static String PropertyPageTemplate_defaultPageName;
151:            public static String PropertyPageTemplate_targetClass;
152:            public static String PropertyPageTemplate_nameFilter;
153:
154:            public static String ViewNewWizard_wtitle;
155:            public static String ViewTemplate_title0;
156:            public static String ViewTemplate_desc0;
157:            public static String ViewTemplate_packageName;
158:            public static String ViewTemplate_className;
159:            public static String ViewTemplate_name;
160:            public static String ViewTemplate_defaultName;
161:            public static String ViewTemplate_categoryId;
162:            public static String ViewTemplate_categoryName;
163:            public static String ViewTemplate_defaultCategoryName;
164:            public static String ViewTemplate_select;
165:            public static String ViewTemplate_table;
166:            public static String ViewTemplate_tree;
167:            public static String ViewTemplate_contextHelp;
168:            public static String ViewTemplate_addToPerspective;
169:
170:            public static String HelpTemplate_title;
171:            public static String HelpTemplate_desc;
172:            public static String HelpTemplate_tocLabel;
173:            public static String HelpTemplate_isPrimary;
174:            public static String HelpTemplate_generateTest;
175:            public static String HelpTemplate_gettingStarted;
176:            public static String HelpTemplate_concepts;
177:            public static String HelpTemplate_tasks;
178:            public static String HelpTemplate_reference;
179:            public static String HelpTemplate_samples;
180:
181:            public static String BuilderNewWizard_wtitle;
182:            public static String BuilderTemplate_title;
183:            public static String BuilderTemplate_desc;
184:            public static String BuilderTemplate_builderClass;
185:            public static String BuilderTemplate_builderId;
186:            public static String BuilderTemplate_builderName;
187:            public static String BuilderTemplate_natureClass;
188:            public static String BuilderTemplate_natureId;
189:            public static String BuilderTemplate_natureName;
190:            public static String BuilderTemplate_packageLabel;
191:            public static String BuilderTemplate_actionLabel;
192:            public static String BuilderTemplate_defaultBuilderName;
193:            public static String BuilderTemplate_defaultNatureName;
194:            public static String BuilderTemplate_markerName;
195:            public static String BuilderTemplate_generateAction;
196:
197:            public static String DecoratorTemplate_title;
198:            public static String DecoratorTemplate_desc;
199:            public static String DecoratorTemplate_packageName;
200:            public static String DecoratorTemplate_placement;
201:            public static String DecoratorTemplate_resourceLabel;
202:            public static String DecoratorTemplate_readOnlyLabel;
203:            public static String DecoratorTemplate_decorateProject;
204:            public static String DecoratorTemplate_decorateReadOnly;
205:            public static String DecoratorTemplate_placementChoices;
206:            public static String DecoratorTemplate_decoratorClass;
207:
208:            public static String ImportWizardTemplate_title;
209:            public static String ImportWizardTemplate_desc;
210:            public static String ImportWizardTemplate_packageName;
211:            public static String ImportWizardTemplate_wizardClass;
212:            public static String ImportWizardTemplate_wizardClassName;
213:            public static String ImportWizardTemplate_importWizardCategory;
214:            public static String ImportWizardTemplate_importWizardCategoryName;
215:            public static String ImportWizardTemplate_pageClass;
216:            public static String ImportWizardTemplate_pageClassName;
217:            public static String ImportWizardTemplate_wizardName;
218:            public static String ImportWizardTemplate_wizardDefaultName;
219:            public static String ImportWizardTemplate_filterChoices;
220:            public static String ImportWizardTemplate_filters;
221:            public static String ImportWizardTemplate_wizardDescription;
222:
223:            public static String MailTemplate_title;
224:            public static String MailNewWizard_title;
225:            public static String MailTemplate_desc;
226:
227:            public static String MailTemplate_productName;
228:            public static String MailTemplate_appClass;
229:            public static String MailTemplate_packageName;
230:
231:            static {
232:                // load message values from bundle file
233:                NLS.initializeMessages(BUNDLE_NAME, PDETemplateMessages.class);
234:            }
235:
236:            public static String HelloRCPTemplate_productBranding;
237:
238:            public static String HelloOSGiNewWizard_title;
239:
240:            public static String HelloOSGiTemplate_startMessage;
241:
242:            public static String HelloOSGiTemplate_stopMessage;
243:
244:            public static String HelloOSGiTemplate_pageTitle;
245:
246:            public static String HelloOSGiTemplate_pageDescription;
247:
248:            public static String UniversalWelcomeTemplate_key_directoryName;
249:
250:            public static String UniversalWelcomeTemplate_key_targetPage;
251:
252:            public static String UniversalWelcomeTemplate_page_Overview;
253:
254:            public static String UniversalWelcomeTemplate_page_Tutorials;
255:
256:            public static String UniversalWelcomeTemplate_page_FirstSteps;
257:
258:            public static String UniversalWelcomeTemplate_page_Samples;
259:
260:            public static String UniversalWelcomeTemplate_page_Whatsnew;
261:
262:            public static String UniversalWelcomeTemplate_page_Migrate;
263:
264:            public static String UniversalWelcomeTemplate_page_WebResources;
265:
266:            public static String UniversalWelcomeTemplate_linkUrl;
267:
268:            // Hello world OSGi Service template
269:            public static String HelloOSGiServiceTemplate_greeting;
270:            public static String HelloOSGiServiceTemplate_pageDescription;
271:            public static String HelloOSGiServiceTemplate_pageTitle;
272:            public static String HelloOSGiServiceNewWizard_title;
273:
274:            // Perspective Template
275:            public static String PerspectiveTemplate_title;
276:            public static String PerspectiveTemplate_desc;
277:            public static String PerspectiveTemplate_packageName;
278:            public static String PerspectiveTemplate_perspectiveClass;
279:            public static String PerspectiveTemplate_perspectiveClassName;
280:            public static String PerspectiveTemplate_perspective;
281:            public static String PerspectiveTemplate_perspectiveName;
282:            public static String PerspectiveTemplate_perspectiveShortcuts;
283:            public static String PerspectiveTemplate_showViewShortcuts;
284:            public static String PerspectiveTemplate_newWizardShortcuts;
285:            public static String PerspectiveTemplate_actionSets;
286:
287:            // Preferences Service Template
288:            public static String OSGiPreferencesServiceNewWizard_title;
289:            public static String OSGiPreferencesServiceTemplate_label;
290:            public static String OSGiPreferencesServiceTemplate_pageTitle;
291:            public static String OSGiPreferencesServiceTemplate_pageDescription;
292:            public static String OSGiPreferencesServiceTemplate_value;
293:
294:            // OSGi Log Service Template
295:            public static String OSGiSimpleLogServiceNewWizard_title;
296:            public static String OSGiSimpleLogServiceTemplate_logMessage;
297:            public static String OSGiSimpleLogServiceTemplate_pageDescription;
298:            public static String OSGiSimpleLogServiceTemplate_pageTitle;
299:            public static String OSGiSimpleLogServiceTemplate_startLogMessage;
300:            public static String OSGiSimpleLogServiceTemplate_stopLogMessage;
301:
302:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.