Package Name | Comment |
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, GC s)
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 ).
|