Search code examples
eclipse-rcptableviewer

Displaying links in a table viewer


I want to display clickable links as column values in a table viewer. All I am getting is plain text now. Any insight is highly appreciated.


Solution

  • You have to create draw label provider and draw the text to look like a hyperlink and act on the click event with a mouse-listener. Here is an example