开发者

Eclipse Main menu MouseHover

i would like to know if it possibl开发者_运维技巧e in eclipse,using plug-in, to get notified by a listener (or other methods) , when the cursor mouse hovers over Main menu item (e.g File) , before i click and show the menu ???

Thanks

Amir


If you can get a reference to the MenuItem then you can add an ArmListener to MenuItem.addArmListener(ArmListener). This will notify the listener when the user is hovering over it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜