[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Button in SWT table

Hi.
I am working on SWT TableViewer and I am trying to insert a button in rows of a given column. I need to have a button to then obtain an event. Till now I could only insert an image thanks to getColumnImage method in LabelProvider class...
how can I insert a button instead of an icon ?
Thanks a lot