如何访问菜单项?

发布于 2024-11-08 00:28:29 字数 64 浏览 0 评论 0原文

我仅在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一曲琵琶半遮面シ 2024-11-15 00:28:29

如果您使用命令框架来提供这些菜单项,则可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文