Eclipse RCP 插件继承

发布于 2024-11-25 02:29:51 字数 105 浏览 0 评论 0原文

我正在创建一个 Eclipse RCP 应用程序,并且有多个共享相同菜单和命令的插件。是否可以让插件扩展一个中央插件,这样我就不必为使用它们的每个插件编写相同的菜单和命令?如果是这样,我该怎么办?

I am creating an Eclipse RCP application and have multiple plugins that share the same menus and commands. Is it possible to have the plugins extend one central plugin so that I don't have to program the same menus and commands for each plugin that uses them? If so, how can I do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

一杆小烟枪 2024-12-02 02:29:51

只需让您的“附件”插件依赖中心插件(导出所需的包)即可。

Just let your "annex" plugins depends on the central one (exporting required packages).

泪痕残 2024-12-02 02:29:51

添加eclipse的menu-command-handler,actionSet已经过时

Add menu-command-handler of eclipse, actionSet is outdated

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