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.
我想知道在 Eclipse 中是否有可能使用插件在鼠标悬停在主菜单项(例如文件)上时通过侦听器(或其他方法)获得通知,然后单击并显示菜单? ??
谢谢
阿米尔
如果您可以获得对 MenuItem 的引用,那么您可以将 ArmListener 添加到 MenuItem.addArmListener(ArmListener)。当用户将鼠标悬停在它上面时,这将通知侦听器。