| Re: [platform-swt-dev] Re: Subclassing Shell |
You are definitely well versed in the pros and cons of subclassing vs. composition.
You are *probably* safe if you override an API method to do something simple, and then call the superclass version of the method. But it was still not designed to guarantee safe subclassing. The whole thing is being aware of the risks involved, even if they are small.
Bob Foster http://xmlbuddy.com/