Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Smart table view question
Smart table view question [message #460989] Tue, 13 September 2005 22:36 Go to next message
Alexey Sidelnikov is currently offline Alexey SidelnikovFriend
Messages: 3
Registered: July 2009
Junior Member
Hi,

I have to create smart table view in which I should combine several
editors in one column. For example in line 1 of column one it should be
"Text" control and in line 2, column 1 - checkbox. I've found how to do
that using
TableEditor class, but it works only for selected control. Does something
like "renderer" exists for non-selected table items?
Re: Smart table view question [message #461014 is a reply to message #460989] Wed, 14 September 2005 15:42 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
You can have multiple TableEditors in your table so I do not understand why
you say "it works only for selected control". Can you elaborate?

In 3.1, Table does not support custom drawing.

"Alexey Sidelnikov" <Alexey.Sidelnikov@borland.com> wrote in message
news:5e7ce3c1bae1728785d205c9a1cf8ee7$1@www.eclipse.org...
> Hi,
>
> I have to create smart table view in which I should combine several
> editors in one column. For example in line 1 of column one it should be
> "Text" control and in line 2, column 1 - checkbox. I've found how to do
> that using TableEditor class, but it works only for selected control. Does
> something like "renderer" exists for non-selected table items?
>
Previous Topic:Tree.expandAll
Next Topic:FileChooser
Goto Forum:
  


Current Time: Thu Apr 25 16:22:17 GMT 2024

Powered by FUDForum. Page generated in 0.02702 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top