Eclipse-RCP / SWT 首选项对话框应用按钮
如何在 SWT 中将 SelectionListener 添加到首选项对话框中的默认应用按钮?
谢谢!
问候
how can i add in SWT a SelectionListener to the default apply button in a preferences dialog?
Thanks!
Greets
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PreferenceDialog 没有应用按钮。如果您指的是 PreferencePage,则必须覆盖
#applyData(Object)
方法。The PreferenceDialog has no apply Button. If you mean a PreferencePage you have to overwrite the
#applyData(Object)
method.