问题
I want to get Exactly eclipse editor kind highly customized tooltip like below-
I used eclipse provided snippets of customized Tooltips but none of them were so highly improvised performance and easy to use. How to reuse these Tooltips , any example would help.
回答1:
you just need to extend org.eclipse.jface.window.ToolTip
and override
protected abstract Composite createToolTipContentArea(Event event,
Composite parent);
you can add org.eclipse.swt.browser.Browser
and set formatted content and add required controls.
来源:https://stackoverflow.com/questions/16776663/how-to-get-exactly-eclipse-editor-kind-of-tool-tip-in-rcp-swt-table-cell