[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Why is composites like Table not intended to be subclassed?

If subclassing is the only solution then it is ok to do so.
You just have to live with the fact that this can break behaviour if the underlying component changes.


Stefan

Robert Bjervås wrote:
Thanks Jeremy, Stefan and Alex,

Your help has been most valuable. There is clearly a lot of reasons for not subclassing. Unfortunately is it probably the only practical solution since we must cover all possible situations. It is not enough to listen only on mouse clicks as in your solution Jeremy.

/Robert