Source Code Cross Referenced for ServiceUnitImageBundle.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » console » client » 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 » ESB » cbesb 1.2 » com.bostechcorp.cbesb.console.client 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        package com.bostechcorp.cbesb.console.client;
002:
003:        import com.google.gwt.user.client.ui.AbstractImagePrototype;
004:        import com.google.gwt.user.client.ui.ImageBundle;
005:
006:        public interface ServiceUnitImageBundle extends ImageBundle {
007:            //
008:            //	/**
009:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/available.png
010:            //     */
011:            //	public AbstractImagePrototype defaultMenuItem();	
012:            //
013:            //	/**
014:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/preferences-desktop.png
015:            //     */
016:            //	public AbstractImagePrototype preferences();
017:            //	
018:            //	/**
019:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/utilities-system-monitor.png
020:            //     */
021:            //	public AbstractImagePrototype statistics();
022:            //	
023:            //	/**
024:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/utilities-terminal.png
025:            //     */
026:            //	public AbstractImagePrototype log();
027:            //
028:            //	/**
029:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/contact-new.png
030:            //     */
031:            //	public AbstractImagePrototype editUser();
032:            //
033:            //	/**
034:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/available.png
035:            //     */
036:            //	public AbstractImagePrototype endpoints();
037:            //	
038:            //	/**
039:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/emblem-system.png
040:            //     */
041:            //	public AbstractImagePrototype components();
042:            //	
043:            //	/**
044:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/system-installer.png
045:            //     */
046:            //	public AbstractImagePrototype assemblies();
047:            //	
048:            //	/**
049:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/dialog-error.png
050:            //     */
051:            //	public AbstractImagePrototype errorImage();
052:            //	/**
053:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/dialog-information.png
054:            //     */
055:            //	public AbstractImagePrototype informationImage();
056:            //	/**
057:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/dialog-warning.png
058:            //     */
059:            //	public AbstractImagePrototype warningImage();
060:            //	
061:            //	/**
062:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/process-working.png
063:            //     */
064:            //	public AbstractImagePrototype processWorking();
065:
066:            /**
067:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/file.png
068:             */
069:            public AbstractImagePrototype file();
070:
071:            /**
072:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/ftp.png
073:             */
074:            public AbstractImagePrototype ftp();
075:
076:            /**
077:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/tcpip.png
078:             */
079:            public AbstractImagePrototype tcpip();
080:
081:            /**
082:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/jms.png
083:             */
084:            public AbstractImagePrototype jms();
085:
086:            /**
087:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/script.png
088:             */
089:            public AbstractImagePrototype script();
090:
091:            /**
092:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/cbr.png
093:             */
094:            public AbstractImagePrototype cbr();
095:
096:            /**
097:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/sequencer.png
098:             */
099:            public AbstractImagePrototype sequencer();
100:
101:            /**
102:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/map.png
103:             */
104:            public AbstractImagePrototype map();
105:
106:            /**
107:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/xslt.png
108:             */
109:            public AbstractImagePrototype xslt();
110:
111:            /**
112:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/jdbc.png
113:             */
114:            public AbstractImagePrototype jdbc();
115:
116:            /**
117:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/customer.png
118:             */
119:            public AbstractImagePrototype customer();
120:
121:            /**
122:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/email.png
123:             */
124:            public AbstractImagePrototype email();
125:
126:            /**
127:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/external.png
128:             */
129:            public AbstractImagePrototype external();
130:
131:            /**
132:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/comment.png
133:             */
134:            public AbstractImagePrototype comment();
135:
136:            /**
137:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/parser.png
138:             */
139:            public AbstractImagePrototype parser();
140:
141:            /**
142:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/http.png
143:             */
144:            public AbstractImagePrototype http();
145:
146:            /**
147:             *  @gwt.resource com/bostechcorp/cbesb/console/public/images/etl.png
148:             */
149:            public AbstractImagePrototype etl();
150:
151:            //	/**
152:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/tcpip16.ico
153:            //     */
154:            //	public AbstractImagePrototype tcpip();
155:            //	
156:            //	/**
157:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/ftp.ico
158:            //     */
159:            //	public AbstractImagePrototype ftp();
160:            //	
161:            //	/**
162:            //     * @gwt.resource com/bostechcorp/cbesb/console/public/images/Sequencer16.ico
163:            //     */
164:            //	public AbstractImagePrototype sequencer();
165:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.