Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] org.eclipse.swt.SWT

You could create a separate project, called SWT-wrappers or so, in which all
these things are done? Wy burden the main project with things that are nice
to fix, but definitely not showstoppers.

-----Original Message-----
From: platform-swt-dev-admin@xxxxxxxxxxx
[mailto:platform-swt-dev-admin@xxxxxxxxxxx]On Behalf Of Alex Kwan
Sent: Thursday 27 February 2003 02:33
To: platform-swt-dev@xxxxxxxxxxx
Subject: Re: [platform-swt-dev] org.eclipse.swt.SWT


> SWTStyle
> SWTColor
> SWTEvent
> SWTError

We can keep SWT class and make it reference to SWTStyle, SWTColor, etc.

> It would make sense to wrap all of these constants with set/get methods,
ala
> JavaBeans.  I realize JavaBeans isn't supported in SWT but having
properties
> declared via methods would make the users' lives much easier.  Under the
> covers, the SWT programmers can still use the SWT constants to avoid
> breaking existing code.

Can't agree more!


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top