Eclipse RCP : Can I show a hyperlink IN a tooltip?
I want to show a tooltip on an SWT image with a hyperlink. Please note, that I dont want to show a tooltip for a Hyperlin开发者_C百科k. It is the otherway. I want to have a hyperlink in a tooltip.
The user should be able to click on the hyperlink in the tooltip. Is it possible in Eclipse RCP?
Yes, it is possible. Have a look at the org.eclipse.jface.window.ToolTip
class and its various implementations (click on the "Hierarchy tab").
精彩评论