Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想得到 Exactly eclipse editor 那种高度定制的工具提示,如下所示 -
我使用 eclipse 提供的自定义工具提示片段,但没有一个具有如此高度即兴的性能和易于使用。如何重用这些 Tooltips ,任何示例都会有所帮助。
你只需要扩展org.eclipse.jface.window.ToolTip
org.eclipse.jface.window.ToolTip
并覆盖
protected abstract Composite createToolTipContentArea(Event event, Composite parent);
您可以添加org.eclipse.swt.browser.Browser和设置格式化的内容并添加所需的控件。
org.eclipse.swt.browser.Browser