Source Code Cross Referenced for XCursorFontConstants.java in  » 6.0-JDK-Platform » solaris » sun » awt » X11 » 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 » 6.0 JDK Platform » solaris » sun.awt.X11 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
003:         * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
004:         *
005:         * This code is free software; you can redistribute it and/or modify it
006:         * under the terms of the GNU General Public License version 2 only, as
007:         * published by the Free Software Foundation.  Sun designates this
008:         * particular file as subject to the "Classpath" exception as provided
009:         * by Sun in the LICENSE file that accompanied this code.
010:         *
011:         * This code is distributed in the hope that it will be useful, but WITHOUT
012:         * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
013:         * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
014:         * version 2 for more details (a copy is included in the LICENSE file that
015:         * accompanied this code).
016:         *
017:         * You should have received a copy of the GNU General Public License version
018:         * 2 along with this work; if not, write to the Free Software Foundation,
019:         * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
020:         *
021:         * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
022:         * CA 95054 USA or visit www.sun.com if you need additional information or
023:         * have any questions.
024:         */
025:
026:        package sun.awt.X11;
027:
028:        public interface XCursorFontConstants {
029:            /* cursorfont defines */
030:            static final int XC_num_glyphs = 154;
031:            static final int XC_X_cursor = 0;
032:            static final int XC_arrow = 2;
033:            static final int XC_based_arrow_down = 4;
034:            static final int XC_based_arrow_up = 6;
035:            static final int XC_boat = 8;
036:            static final int XC_bogosity = 10;
037:            static final int XC_bottom_left_corner = 12;
038:            static final int XC_bottom_right_corner = 14;
039:            static final int XC_bottom_side = 16;
040:            static final int XC_bottom_tee = 18;
041:            static final int XC_box_spiral = 20;
042:            static final int XC_center_ptr = 22;
043:            static final int XC_circle = 24;
044:            static final int XC_clock = 26;
045:            static final int XC_coffee_mug = 28;
046:            static final int XC_cross = 30;
047:            static final int XC_cross_reverse = 32;
048:            static final int XC_crosshair = 34;
049:            static final int XC_diamond_cross = 36;
050:            static final int XC_dot = 38;
051:            static final int XC_dotbox = 40;
052:            static final int XC_double_arrow = 42;
053:            static final int XC_draft_large = 44;
054:            static final int XC_draft_small = 46;
055:            static final int XC_draped_box = 48;
056:            static final int XC_exchange = 50;
057:            static final int XC_fleur = 52;
058:            static final int XC_gobbler = 54;
059:            static final int XC_gumby = 56;
060:            static final int XC_hand1 = 58;
061:            static final int XC_hand2 = 60;
062:            static final int XC_heart = 62;
063:            static final int XC_icon = 64;
064:            static final int XC_iron_cross = 66;
065:            static final int XC_left_ptr = 68;
066:            static final int XC_left_side = 70;
067:            static final int XC_left_tee = 72;
068:            static final int XC_leftbutton = 74;
069:            static final int XC_ll_angle = 76;
070:            static final int XC_lr_angle = 78;
071:            static final int XC_man = 80;
072:            static final int XC_middlebutton = 82;
073:            static final int XC_mouse = 84;
074:            static final int XC_pencil = 86;
075:            static final int XC_pirate = 88;
076:            static final int XC_plus = 90;
077:            static final int XC_question_arrow = 92;
078:            static final int XC_right_ptr = 94;
079:            static final int XC_right_side = 96;
080:            static final int XC_right_tee = 98;
081:            static final int XC_rightbutton = 100;
082:            static final int XC_rtl_logo = 102;
083:            static final int XC_sailboat = 104;
084:            static final int XC_sb_down_arrow = 106;
085:            static final int XC_sb_h_double_arrow = 108;
086:            static final int XC_sb_left_arrow = 110;
087:            static final int XC_sb_right_arrow = 112;
088:            static final int XC_sb_up_arrow = 114;
089:            static final int XC_sb_v_double_arrow = 116;
090:            static final int XC_shuttle = 118;
091:            static final int XC_sizing = 120;
092:            static final int XC_spider = 122;
093:            static final int XC_spraycan = 124;
094:            static final int XC_star = 126;
095:            static final int XC_target = 128;
096:            static final int XC_tcross = 130;
097:            static final int XC_top_left_arrow = 132;
098:            static final int XC_top_left_corner = 134;
099:            static final int XC_top_right_corner = 136;
100:            static final int XC_top_side = 138;
101:            static final int XC_top_tee = 140;
102:            static final int XC_trek = 142;
103:            static final int XC_ul_angle = 144;
104:            static final int XC_umbrella = 146;
105:            static final int XC_ur_angle = 148;
106:            static final int XC_watch = 150;
107:            static final int XC_xterm = 152;
108:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.