I've added a Link-widget to a table (tableViewer). When I press the link I
need too no which row (FULL_SELECTION on table) was pressed in the table.
The tableViewer.getSelection() is not updated when I press the link. How
can I find which row the link is related to?
I can switch to another widget in the table if someone has a better
suggestion.But I do want to add the widget to each row in the table.