How to get exactly Eclipse Editor kind of Tool Tip in RCP/SWT Table cell
问题 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