- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 87字
- 2021-07-14 10:36:33
Sorting and filtering
One of the features of JFace is that ordering of the data can be processed by the view, rather than having the data pre-processed. This makes it easy to present sorted or filtered views, where the user either searches for a particular term, or performs a sort in a different manner. These filters are used heavily in the Eclipse IDE, where options such as Hide libraries from external and Hide closed projects can be found in many of the drop-down actions for the view.
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- Modular Programming with Python
- ASP.NET MVC4框架揭秘
- Python數據分析入門與實戰
- Vue.js前端開發基礎與項目實戰
- Designing Hyper-V Solutions
- Learning Unity 2D Game Development by Example
- Statistical Application Development with R and Python(Second Edition)
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Secret Recipes of the Python Ninja
- Android應用開發攻略
- Improving your Penetration Testing Skills
- 高性能MVVM框架的設計與實現:San
- Swift iOS Programming for Kids
- JavaScript程序設計基礎教程(慕課版)