According to this question one has to show tooltips if one wants to add more information to menu items. How to do this with SWT? There seems to be no API, neither in Menu not in MenuItem.
According to this question one has to show tooltips if one wants to add
Share
There is no direct API to show tooltip on
MenuorMenuItem. You should be able to showorg.eclipse.swt.widgets.ToolTipby adding listener onSWT.Armevent onMenuItem.