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.
|
Java Source File Name | Type | Comment |
BidiUtil.java | Class | |
C.java | Class | |
Callback.java | Class | Instances of this class represent entry points into Java
which can be invoked from operating system level callback
routines.
IMPORTANT: A callback is only valid when invoked on the
thread which created it. |
CloneableCompatibility.java | Interface | This interface is the cross-platform version of the
java.lang.Cloneable interface.
It is part of our effort to provide support for both J2SE
and J2ME platforms. |
Compatibility.java | Class | This class is a placeholder for utility methods commonly
used on J2SE platforms but not supported on some J2ME
profiles.
It is part of our effort to provide support for both J2SE
and J2ME platforms.
IMPORTANT: some of the methods have been modified from their
J2SE parents. |
Library.java | Class | |
Lock.java | Class | Instance of this represent a recursive monitor. |
LONG.java | Class | |
Platform.java | Class | |
SerializableCompatibility.java | Interface | This interface is the cross-platform version of the
java.io.Serializable interface.
It is part of our effort to provide support for both J2SE
and J2ME platforms. |
SWTEventListener.java | Interface | This interface is the cross-platform version of the
java.util.EventListener interface.
It is part of our effort to provide support for both J2SE
and J2ME platforms. |
SWTEventObject.java | Class | This class is the cross-platform version of the
java.util.EventObject class.
It is part of our effort to provide support for both J2SE
and J2ME platforms. |