Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] Inheritance and SWT

Title: RE: [platform-swt-dev] Inheritance and SWT

> >>>>>> Why is it impossible resp. only possible from within swt
> implementation to extend classes like Text or Button. Could
> >>>>>> anyone explain the reasons for these restrictions?

FWIW: I've found that variations on the Decorator pattern (where the Decorator hooks events in the Decorated SWT object) can handle most things one would normally want to do with inheritance.


Dave


Back to the top