Source Code Cross Referenced for TestBadKeys.java in  » Ajax » GWT » com » google » gwt » i18n » client » gen » 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 » Ajax » GWT » com.google.gwt.i18n.client.gen 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * Copyright 2007 Google Inc.
003:         * 
004:         * Licensed under the Apache License, Version 2.0 (the "License"); you may not
005:         * use this file except in compliance with the License. You may obtain a copy of
006:         * the License at
007:         * 
008:         * http://www.apache.org/licenses/LICENSE-2.0
009:         * 
010:         * Unless required by applicable law or agreed to in writing, software
011:         * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
012:         * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
013:         * License for the specific language governing permissions and limitations under
014:         * the License.
015:         */
016:        package com.google.gwt.i18n.client.gen;
017:
018:        /**
019:         * Interface to represent the constants contained in resource bundle:
020:         * com/google/gwt/i18n/client/gen/TestBadKeys.properties.
021:         */
022:        public interface TestBadKeys extends
023:                com.google.gwt.i18n.client.ConstantsWithLookup {
024:
025:            /**
026:             * Translated "_".
027:             * 
028:             * @return translated "_"
029:             * @gwt.key -
030:             */
031:            String _();
032:
033:            /**
034:             * Translated
035:             * "________________________________________________________________".
036:             * 
037:             * @return translated
038:             *         "________________________________________________________________"
039:             * @gwt.key ----------------------------------------------------------------
040:             */
041:            String ________________________________________________________________();
042:
043:            /**
044:             * Translated "__dup".
045:             * 
046:             * @return translated "__dup"
047:             * @gwt.key .
048:             */
049:            String __dup();
050:
051:            /**
052:             * Translated "__s".
053:             * 
054:             * @return translated "__s"
055:             * @gwt.key --s
056:             */
057:            String __s();
058:
059:            /**
060:             * Translated "__s_dup".
061:             * 
062:             * @return translated "__s_dup"
063:             * @gwt.key -.s
064:             */
065:            String __s_dup();
066:
067:            /**
068:             * Translated "__s_dup_dup".
069:             * 
070:             * @return translated "__s_dup_dup"
071:             * @gwt.key ..s
072:             */
073:            String __s_dup_dup();
074:
075:            /**
076:             * Translated "_1_2_3_4".
077:             * 
078:             * @return translated "_1_2_3_4"
079:             * @gwt.key _1.2.3.4
080:             */
081:            String _1_2_3_4();
082:
083:            /**
084:             * Translated "_c_____".
085:             * 
086:             * @return translated "_c_____"
087:             * @gwt.key -c..-.-
088:             */
089:            String _c_____();
090:
091:            /**
092:             * Translated "_level".
093:             * 
094:             * @return translated "_level"
095:             * @gwt.key .level
096:             */
097:            String _level();
098:
099:            /**
100:             * Translated "a__b".
101:             * 
102:             * @return translated "a__b"
103:             * @gwt.key a-.b
104:             */
105:            String a__b();
106:
107:            /**
108:             * Translated "a_b_c".
109:             * 
110:             * @return translated "a_b_c"
111:             * @gwt.key a-b-c
112:             */
113:            String a_b_c();
114:
115:            /**
116:             * Translated "AWT_end".
117:             * 
118:             * @return translated "AWT_end"
119:             * @gwt.key AWT.end
120:             */
121:            String AWT_end();
122:
123:            /**
124:             * Translated "AWT_f5".
125:             * 
126:             * @return translated "AWT_f5"
127:             * @gwt.key AWT.f5
128:             */
129:            String AWT_f5();
130:
131:            /**
132:             * Translated "cell_2_5".
133:             * 
134:             * @return translated "cell_2_5"
135:             * @gwt.key cell.2.5
136:             */
137:            String cell_2_5();
138:
139:            /**
140:             * Translated "Cursor_MoveDrop_32x32_File".
141:             * 
142:             * @return translated "Cursor_MoveDrop_32x32_File"
143:             * @gwt.key Cursor.MoveDrop.32x32.File
144:             */
145:            String Cursor_MoveDrop_32x32_File();
146:
147:            /**
148:             * Translated "entity_160".
149:             * 
150:             * @return translated "entity_160"
151:             * @gwt.key entity.160
152:             */
153:            String entity_160();
154:
155:            /**
156:             * Translated "logger_org_hibernate_jdbc".
157:             * 
158:             * @return translated "logger_org_hibernate_jdbc"
159:             * @gwt.key logger.org.hibernate.jdbc
160:             */
161:            String logger_org_hibernate_jdbc();
162:
163:            /**
164:             * Translated "maven_checkstyle_properties".
165:             * 
166:             * @return translated "maven_checkstyle_properties"
167:             * @gwt.key maven.checkstyle.properties
168:             */
169:            String maven_checkstyle_properties();
170:
171:            /**
172:             * Translated "maven_jdiff_old_tag".
173:             * 
174:             * @return translated "maven_jdiff_old_tag"
175:             * @gwt.key maven.jdiff.old.tag
176:             */
177:            String maven_jdiff_old_tag();
178:
179:            /**
180:             * Translated "permissions_755".
181:             * 
182:             * @return translated "permissions_755"
183:             * @gwt.key permissions.755
184:             */
185:            String permissions_755();
186:
187:            /**
188:             * Translated "zh_spacer".
189:             * 
190:             * @return translated "zh_spacer"
191:             * @gwt.key zh.spacer
192:             */
193:            String zh_spacer();
194:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.