| [news.eclipse.platform.rcp] Re: 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 ?
Hope this helps, Eric