开发者

Eclipse RCP : Can I show a hyperlink IN a tooltip?

开发者 https://www.devze.com 2023-01-31 04:51 出处:网络
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.

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").

0

精彩评论

暂无评论...
验证码 换一张
取 消