Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT-Design Decisions


Hi Tom,

These questions have been asked before.

1) Interfaces have various advantages and drawbacks.  Defining them for the purposes of Javadoc is not in keeping with the small side of the toolkit.  What's an "SWT-Binding writer"?
2) There could be abstact classes but that would introduce a layer, increase the size of the toolkit and make things slower, and possibly harder to debug and maintain.
3) The idea was to minimize the number of constants in the toolkit.  Read the Javadoc for class SWT.

Steve


Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/27/2006 05:44 AM

Please respond to
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>

To
SWT development <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] SWT-Design Decisions





Hi,

Last night I browsed the SWT-Source and asked myself some questions:

1. Why are there no interface definitions like IWidget, IComposite, ...?
  This would make life of SWT-Binding writers easier to stay in sync
  with the SWT-API, wouldn't it? Another pro is that the javadoc is
  stored in the interface and not duplicated in the real
  implementation as it is now.

2. Why are the no AbstractClasses used to extract platform-independent
  code parts of Widgets?

3. Looking back was it really a good decision to put all constants into
  SWT class?

Thanks for your thoughts.

Tom

--
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl    leiter softwareentwicklung/CSE   mobile  ++43 676 3232147
------------------------------------------------------------------------
eduard-bodem-gasse 8/3    A-6020 innsbruck      fax      ++43 512 935833
http://www.bestsolution.at                      phone    ++43 512 935834

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

Attachment: signature.asc
Description: Binary data


Back to the top