如何在 Eclipse FormToolKit 中添加 FileChooser 和 DropDown
我想在 eclipse 的 formToolKit 中添加一个 FileChooser 和一个 DropDown 。 我没有找到任何使用上述组件的创建方法。
如何获得所需的输出。
I want to add a FileChooser and a DropDown inside a formToolKit of eclipse.
I did not find any create method with the mentioned components.
How to get the desired output.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当工具包没有为小部件提供 create* 方法时,您始终可以照常创建小部件,然后使用 toolkit.adapt() 方法
When the toolkit does't provide create* methods for the widget, you can always create the widget as usual, and then use toolkit.adapt() methods