[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Table entries for boolean properties?

I have a list of thingies which I need to show. Since the two most
important properties are strings, I've been using a Table with 2
columns. Now I also need to show a boolean property. I'd like to do
this by extending the Table to 3 columns, and using either a checkbox
(preferred) or a read-only combo in the 3rd column to represent the
boolean.

Can anyone point me toward information about implementing either?
Specifically, I'd like to know the (fully-qualified) names of classes
in the workbench that do these things. E.g. I know that a table in
mainmenu>Run>Run>Tracing>Tracing Options uses a RO combo to do this,
but I don't know its name. (And I'd kinda prefer to use a checkbox,
anyway.)

If possible, please reply to me directly, as well as the list.
(I promise to report my results back to the list !-)