开发者

Eclipse RCP plugin inheritance

开发者 https://www.devze.com 2023-03-21 19:20 出处:网络
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

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?


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消