Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Subclassing Shell

The Eclipse API specification 2.0 for class Shell says:
"This class is not intended to be subclassed"

I read the article "Creating Your Own Widgets using SWT" and understood the 
points made against direct subclassing, but I think in some cases 
subclassing Shell can make sense.

So my question is: is there a technical reason not to subclass Shell?
could anyone explain it?

Thanks

- Markus



Back to the top