How to add Hyperlink in SWT Table column ? I`m using org.eclipse.swt.widgets.Table class.
Is there any way to do this without using TableViewer, JFace ?
I tr
Yes, that is certainly possible. To do this you have to implement SWT.ItemPaint (and possibly also SWT.ItemErase and SWT.ItemMeassure).
SWT.ItemPaint
SWT.ItemErase
SWT.ItemMeassure
It is easier with TableView though if you use the correct LabelProvider...
TableView
LabelProvider