How to access to menu items?
I created a menu of RCP application only in plugin.xml. How to 开发者_C百科access to items of this menu programicaly to change their texts and images at runtime?
If you are using command framework to contribute those menu items, you can use org.eclipse.ui.commands.IElementUpdater to change the text and image.
精彩评论