简体   繁体   中英

Adding custom buttons to the about dialog in eclipse RCP

I'm trying to customize the about dialog in my eclipse RCP application. I already managed to add my logo and to replace the title and the text body as described under Branding Your Application .

I would also like to add some buttons to it: send a feedback or open the wiki page etc. Is there a way to do it or achieve a similar functionality?

Any help is much appreciated.

关于Eclipse RCP中的对话框

The About diaog ( org.eclipse.ui.internal.dialogs.AboutDialog ) does not support any configuration.

The 'feature image row' you have highlighted is populated from the IBundleGroupProvider array returned by Platform.getBundleGroupProviders() , I don't see any way to add to this.

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