[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Putting Composite into TableItem ?
|
- From: ggayed@xxxxxxxxxx (Grant Gayed)
- Date: Wed, 8 Jan 2003 19:24:27 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
No, TableItems can only contain text. You can place other widgets on
table cells to make it appear that they're in the cell though. See
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet88.html
for an example.
Grant
Ivan wrote:
> Hi all,
> Can I put Composite into TableItem ? Is there any event that I can
> use to control what i want to display in that cell ? something like
> getTableCellRendererComponent event in DefaultTableCellRenderer.
> Thanks