[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: No common IList interface for List and Combo

Thanks Tom,

yep, that would work... it just feels like a bit of overkill for the problem though, and as my program can have major resource demands (depending on what it's running over) I really want to keep things minimal....but neat!

I've decided to retrofit an IList, having my own Combo and List classes that extend the SWT classes and implement my IList. Ugly, but does the job with minimal extra resources and useful if I ever want to customize further.

ciao,
A