Skip to main content

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


They used to be final but it was decided for political reasons that this was too restrictive.



"Federico Daniel Tello Gentile" <fgentile@xxxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

03/03/2003 06:49 PM
Please respond to platform-swt-dev

       
        To:        <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [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...
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top