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.