简体   繁体   English

在Eclipse RCP中的“关于”对话框中添加自定义按钮

[英]Adding custom buttons to the about dialog in eclipse RCP

I'm trying to customize the about dialog in my eclipse RCP application. 我正在尝试在Eclipse RCP应用程序中自定义“关于”对话框。 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? 我还想在其中添加一些按钮:发送反馈或打开Wiki页面等。有没有办法做到这一点或实现类似的功能?

Any help is much appreciated. 任何帮助深表感谢。

关于Eclipse RCP中的对话框

The About diaog ( org.eclipse.ui.internal.dialogs.AboutDialog ) does not support any configuration. “关于”对话框( org.eclipse.ui.internal.dialogs.AboutDialog )不支持任何配置。

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. 您突出显示的“功能图像行”是从Platform.getBundleGroupProviders()返回的IBundleGroupProvider数组填充的,我看不到有任何添加方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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