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 apprec开发者_JAVA技巧iated.
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
精彩评论