Source Code Cross Referenced for XIcons.java in  » Workflow-Engines » osbl-1_0 » org » osbl » client » wings » 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 » Workflow Engines » osbl 1_0 » org.osbl.client.wings 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


01:        package org.osbl.client.wings;
02:
03:        import org.wings.SIcon;
04:        import org.wings.SURLIcon;
05:
06:        public class XIcons {
07:            public static final SIcon CALENDAR = new SURLIcon(
08:                    "../icon/16x16/calendar.png", 16, 16);
09:            public static final SIcon MOVE_UP = new SURLIcon(
10:                    "../icon/16x16/navigate_disabled_up2.png", 16, 16);
11:            public static final SIcon MOVE_DOWN = new SURLIcon(
12:                    "../icon/16x16/navigate_disabled_down2.png", 16, 16);
13:            public static final SIcon LOCK = new SURLIcon(
14:                    "../icon/16x16/lock.png", 16, 16);
15:            public static final SIcon LOCK_OPEN = new SURLIcon(
16:                    "../icon/16x16/lock_open.png", 16, 16);
17:            public static final SIcon REPLACE = new SURLIcon(
18:                    "../icon/16x16/gear_replace.png", 16, 16);
19:            public static final SIcon DOCUMENT = new SURLIcon(
20:                    "../icon/16x16/document_plain.png", 16, 16);
21:            public static final SIcon DOCUMENT_NEW = new SURLIcon(
22:                    "../icon/16x16/document_new.png", 16, 16);
23:            public static final SIcon DOCUMENT_EDIT = new SURLIcon(
24:                    "../icon/16x16/document_edit.png", 16, 16);
25:            public static final SIcon DOCUMENT_DELETE = new SURLIcon(
26:                    "../icon/16x16/document_delete.png", 16, 16);
27:            public static final SIcon DOCUMENT_FORWARD = new SURLIcon(
28:                    "../icon/16x16/document_forward.png", 16, 16);
29:            public static final SIcon DOCUMENT_BACKWARD = new SURLIcon(
30:                    "../icon/16x16/document_backward.png", 16, 16);
31:            public static final SIcon DOCUMENT_COMPLETE = new SURLIcon(
32:                    "../icon/16x16/document_complete.png", 16, 16);
33:            public static final SIcon DOCUMENT_ERROR = new SURLIcon(
34:                    "../icon/16x16/document_error.png", 16, 16);
35:            public static final SIcon DOCUMENT_OK = new SURLIcon(
36:                    "../icon/16x16/document_ok.png", 16, 16);
37:            public static final SIcon FOLDER = new SURLIcon(
38:                    "../icon/16x16/folder.png", 16, 16);
39:            public static final SIcon PRINTER = new SURLIcon(
40:                    "../icon/16x16/printer.png", 16, 16);
41:
42:            public static final SIcon PIN_PINNED = new SURLIcon(
43:                    "../icon/16x16/pin_pinned.png", 16, 16);
44:            public static final SIcon PIN_UNPINNED = new SURLIcon(
45:                    "../icon/16x16/pin_unpinned.png", 16, 16);
46:
47:            public static final SIcon EMPTY = new SURLIcon(
48:                    "../icon/16x16/empty.gif", 16, 16);
49:            public static final SIcon EMPTY_12 = new SURLIcon(
50:                    "../icon/16x16/empty.gif", 12, 12);
51:
52:            public static final SIcon EXIT = new SURLIcon(
53:                    "../icon/16x16/exit.png", 16, 16);
54:
55:            public static final SIcon INFO = new SURLIcon(
56:                    "../icon/16x16/info.png", 16, 16);
57:            public static final SIcon WARNING = new SURLIcon(
58:                    "../icon/16x16/warning.png", 16, 16);
59:            public static final SIcon ERROR = new SURLIcon(
60:                    "../icon/16x16/failure.png", 16, 16);
61:
62:            public static final SIcon ROW_PLAIN = new SURLIcon(
63:                    "../icon/16x16/square_node.png", 16, 16);
64:            public static final SIcon ROW_CHECKED = new SURLIcon(
65:                    "../icon/16x16/square_node_checked.png", 16, 16);
66:            public static final SIcon ROW_SELECTED = new SURLIcon(
67:                    "../icon/16x16/square_node_selected.png", 16, 16);
68:            public static final SIcon ROW_CURRENT = new SURLIcon(
69:                    "../icon/16x16/square_node_current.png", 16, 16);
70:
71:            public static final SIcon KEY_ENTER = new SURLIcon(
72:                    "../icon/16x16/key_enter.png", 16, 16);
73:            public static final SIcon CHOOSE = new SURLIcon(
74:                    "../icon/16x16/choose.png", 16, 16);
75:            public static final SIcon DOMAIN = new SURLIcon(
76:                    "../icon/16x16/domain.png", 16, 16);
77:
78:            public static final SIcon REFRESH = new SURLIcon(
79:                    "../icon/16x16/table_refresh.png", 16, 16);
80:
81:            public static final SIcon ADD = new SURLIcon(
82:                    "../icon/16x16/add.png", 16, 16);;
83:            public static final SIcon REMOVE = new SURLIcon(
84:                    "../icon/16x16/remove.png", 16, 16);;
85:
86:            public static final SIcon UPLOAD = new SURLIcon(
87:                    "../icon/16x16/upload.png", 16, 16);;
88:            public static final SIcon DOWNLOAD = new SURLIcon(
89:                    "../icon/16x16/download.png", 16, 16);;
90:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.