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.
精彩评论