org.eclipse.swt.internal
Interface CloneableCompatibility

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
ImageData, StyleRange

public interface CloneableCompatibility
extends java.lang.Cloneable

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. Under this scheme, classes need to implement CloneableCompatibility instead of java.lang.Cloneable.

Note: java.lang.Cloneable is not part of CLDC.