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

> 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!




Back to the top