swt

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 » swt 
swt
License:Eclipse Public License Version
URL:http://www.eclipse.com
Description:
Package NameComment
org.eclipse.opengl
org.eclipse.swt Package-level Javadoc SWT constants and error handling support.

Package Specification

This package provides the class SWT which contains all of the constants used by SWT as well as a small selection of error handling routines and queries such as getPlatform and getVersion.
org.eclipse.swt.accessibility Package-level Javadoc SWT Accessibility.

Package Specification

This package contains the classes that support platform accessibility.
org.eclipse.swt.awt Package-level Javadoc SWT AWT embedding support.

Package Specification

This package contains a class named SWT_AWT which provides support for embedding AWT widgets within SWT composites. This package requires JDK 1.5 or higher. It works on Windows, GTK, and Motif.
org.eclipse.swt.browser Package-level Javadoc SWT Browser widget.

Package Specification

This package provides the classes to implement the browser user interface metaphor.
org.eclipse.swt.custom Package-level Javadoc SWT Custom widgets.

Package Specification

This package contains the custom widgets which were written to provide the standard look and feel of the Eclipse platform.
org.eclipse.swt.dnd Package-level Javadoc SWT Drag and Drop support.

Package Specification

This package contains the classes which make up the public API of the SWT Drag and Drop support.
org.eclipse.swt.events Package-level Javadoc SWT typed listener support.

Package Specification

This package provides the typed events and listener interfaces and, where appropriate, matching adapter classes which make up the "high level" typed listener support provided by SWT.

For contrast, see also the untyped listener support provided by class org.eclipse.swt.widgets.Event and interface org.eclipse.swt.widgets.Listener, and the addListener and removeListener methods in class org.eclipse.swt.widgets.Widget.

org.eclipse.swt.graphics Package-level Javadoc SWT graphics classes.

Package Specification

This package provides the classes which implement points, rectangles, regions, colors, cursors, fonts, graphics contexts (that is, GCs) where most of the primitive drawing operations are implemented, and images including both the code for displaying them and the public API for loading/saving them.
org.eclipse.swt.graphics.text
org.eclipse.swt.internal Package-level Javadoc SWT internal classes

Package Specification

This package provides the Callback class which is used to map the operating system's callback mechanism to Java message sends, and the Converter class which provides translation between Unicode and platform specific character sets.

Applications should not need to reference the classes in this package directly.

org.eclipse.swt.internal.accessibility.gtk
org.eclipse.swt.internal.cairo
org.eclipse.swt.internal.carbon
org.eclipse.swt.internal.cde
org.eclipse.swt.internal.cocoa
org.eclipse.swt.internal.gdip
org.eclipse.swt.internal.gnome
org.eclipse.swt.internal.gtk Package-level Javadoc SWT internal GTK2 implementation classes.

Package Specification

This package contains the classes which represent the GTK2 platform interface that the gtk variant of SWT is built from.

Referencing any of the classes in this package directly guarantees that the code is platform specific. Applications should not need to reference the classes in this package directly.

org.eclipse.swt.internal.image Package-level Javadoc SWT internal image loading/saving support classes.

Package Specification

This package contains the classes used by SWT to load and save images in the various formats we support, including GIF, JPEG, PNG, BMP, and ICO.

Applications should not need to reference the classes in this package directly.

org.eclipse.swt.internal.motif Package-level Javadoc SWT internal Motif implementation classes.

Package Specification

This package contains the classes which represent the Motif platform interface that the aix, solaris, hp-ux, and some linux variants of SWT is built from.

Referencing any of the classes in this package directly guarantees that the code is platform specific. Applications should not need to reference the classes in this package directly.

org.eclipse.swt.internal.mozilla Package-level Javadoc SWT internal Mozilla XPCOM implementation classes.

Package Specification

This package contains the classes which represent the Mozilla XPCOM platform interfaces that the SWT Mozilla Browser is built from.

Referencing any of the classes in this package directly guarantees that the code is platform specific. Applications should not need to reference the classes in this package directly.

org.eclipse.swt.internal.ole.win32 Package-level Javadoc SWT internal Win32 OLE implementation classes.

Package Specification

This package contains the internal classes which implement the Microsoft Win32 platform interface to the Object Linking and Embedding mechanism that the win32 variant of SWT is capable of using.

Referencing any of the classes in this package directly guarantees that the code is platform specific. Applications should not need to reference the classes in this package directly.

org.eclipse.swt.internal.opengl.carbon
org.eclipse.swt.internal.opengl.glx
org.eclipse.swt.internal.opengl.gtk
org.eclipse.swt.internal.opengl.win32
org.eclipse.swt.internal.photon Package-level Javadoc SWT internal Photon implementation classes.

Package Specification

This package contains the classes which represent the Photon platform interface that the photon variant of SWT is built from.

Referencing any of the classes in this package directly guarantees that the code is platform specific. Applications should not need to reference the classes in this package directly.

org.eclipse.swt.internal.theme
org.eclipse.swt.internal.win32 Package-level Javadoc SWT internal Win32 implementation classes.

Package Specification

This package contains the classes which represent the Microsoft Win32 platform interface that the win32 variant of SWT is built from.

Referencing any of the classes in this package directly guarantees that the code is platform specific. Applications should not need to reference the classes in this package directly.

org.eclipse.swt.internal.wpf
org.eclipse.swt.layout Package-level Javadoc This package contains the SWT layout classes.

Package Specification

This package contains several standard layout classes which provide automated positioning and sizing support for SWT widgets.
org.eclipse.swt.ole.win32 Package-level Javadoc SWT Win32 OLE implementation classes.

Package Specification

This package contains the classes which provide the public API to the the Microsoft Win32 Object Linking and Embedding mechanism that the win32 variant of SWT is capable of using.

Referencing any of the classes in this package directly guarantees that the code is platform specific.

org.eclipse.swt.opengl Package-level Javadoc SWT OpenGL support.

Package Specification

This package contains widgets for integrating OpenGL graphics into SWT applications.
org.eclipse.swt.opengl.internal.motif
org.eclipse.swt.opengl.internal.win32
org.eclipse.swt.printing Package-level Javadoc SWT Printing support classes.

Package Specification

This package contains the classes which provide printing support for SWT.
org.eclipse.swt.program Package-level Javadoc SWT Program support class.

Package Specification

This package contains class Program which provides access to facilities for discovering operating system specific aspects of external program launching.
org.eclipse.swt.widgets Package-level Javadoc SWT widget public API classes.

Package Specification

This package contains the classes which make up the public SWT widget API as well as the related public support classes (for example, class Event).
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.