简体   繁体   English

Eclipse E4中的FilteredItemsSelectionDialog

[英]FilteredItemsSelectionDialog in Eclipse E4

FilteredItemsSelectionDialog was a handy tool for implementing dialogs that will allow user to select elements from a large set, as it offered a nice filtering feature. FilteredItemsSelectionDialog是用于实现对话框的便捷工具,它允许用户从较大的集合中选择元素,因为它提供了很好的过滤功能。 But it relies on the PlatformUI and IWorkbench which are not present in E4. 但是它依赖于E4中不存在的PlatformUIIWorkbench Is there any E4 equivalent of this dialog available out there? 那里有与该对话框等效的E4吗?

No, there is nothing provided. 不,没有提供任何东西。 For e4 you can only use the SWT and JFace dialogs, anything else you will have to write yourself. 对于e4,您只能使用SWT和JFace对话框,而您自己编写的任何其他内容。

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

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