org.eclipse.swt.internal |
|
Java Source File Name | Type | Comment |
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. |
ResizeHandler.java | Class | |
ResizeSystem.java | Class | |
RunnableCompatibility.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. |