简体   繁体   中英

Eclipse RCP plugin inheritance

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?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM