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.
この質問によると、メニュー項目にさらに情報を追加したい場合は、ツールチップを表示する必要があります。SWTでこれを行う方法は?APIはないようで、どちらもありMenuませんMenuItem。
Menu
MenuItem
Menuまたはにツールチップを表示する直接のAPIはありませんMenuItem。のイベントにorg.eclipse.swt.widgets.ToolTipリスナーを追加することで表示できるはずです。SWT.ArmMenuItem
org.eclipse.swt.widgets.ToolTip
SWT.Arm
public void setToolTipText(String toolTip)
org.eclipse.swt.widgets.MenuItemバージョン3.104以降、メソッドがに追加されました。
org.eclipse.swt.widgets.MenuItem