Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse checkbox menu.

I guess you are talking about CheckboxTableViewer. You can use it "as is" or use a service of ControlFactory CDT helper class (see method .createListViewer(...) ).

Chris Moller wrote:

Before I charge off and write my own utility, I thought I'd ask: Is there an Eclipse utility that, given an array of Strings or Files, will create a checkbox menu allowing the user to select/deselect from those Strings or Files?
Thanks,
Chris Moller
Red Hat



Back to the top