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.
クリックしてメニューを表示する前に、プラグインを使用して、カーソルマウスがメインメニュー項目(ファイルなど)の上に置かれたときに、リスナー(または他の方法)から通知を受けることができるかどうかを知りたいですか? ??
ありがとう
アミール
MenuItem への参照を取得できる場合は、ArmListener を MenuItem.addArmListener(ArmListener) に追加できます。これにより、ユーザーがカーソルを合わせたときにリスナーに通知されます。