[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Table entries for boolean properties?
|
- From: Tom Roche <tlroche@xxxxxxxxxx>
- Date: Tue, 01 Apr 2003 01:25:22 -0500
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210
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 !-)