如何访问菜单项?
我仅在plugin.xml 中创建了RCP 应用程序的菜单。如何以编程方式访问此菜单项以在运行时更改其文本和图像?
I created a menu of RCP application only in plugin.xml. How to access to items of this menu programicaly to change their texts and images at runtime?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用命令框架来提供这些菜单项,则可以使用 org.eclipse.ui.commands.IElementUpdater 来更改文本和图像。
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.