Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Mac OS X Port

Hi,

I fully agree with Maurice. An internal package is IMO not needed.
Using wrappers will keep the port small and will make development much easier since dependencies are minimized. You simply don´t have to wait for the release of core classes.

Maurice:
have a look at: http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt/ There you find directories called "Eclipse SWT", "Eclipse SWT AWT", etc.. If you look at one of those you´ll find they are oregnized in a platform specific manner. Just as well you can have look at one of the .classpath_<platformname> files to see how platform specific code is organized.

I found the Javadoc at:
http://www.eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.
isv/doc/reference/api/index.html


Martin



Back to the top