Eclipse“开放式”对话框仅限于特定界面
我正在尝试创建一个 JavaUI.createTypeDialog() ,它限制用户只能选择属于特定接口的类型。我怎么能这样做呢?
I'm trying to create a JavaUI.createTypeDialog() which restricts the user to selecting only types belonging to a particular interface. How could I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此答案展示了如何获取类型层次结构特定类型。您可以使用类似的处理来获取接口的 TypeHierarchy,然后使用结果类型填充列表。
This answer shows how to obtain the type hierarchy for a particular type. You could use similar processing to obtain the TypeHierarchy for the interface, then populate the list with the resultant types.