Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] General Question

Many widgets say in the javadoc that they are not intended to be
subclassed. Why aren't they final, then?
There's even a method that checks whether the widget are inside the
original package, but it it possible to circunvent it. 

Why not make all the classes thet are not intended to be subclassed
final then?

Just curiosity, not a coding/design criticism...


Back to the top