- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 96字
- 2021-07-14 10:36:34
Summary
This chapter covered how to use JFace to build viewers for structured data: both tree-based views (with a TreeViewer
) and table based views (with a TableViewer
). It also covered some JFace built-in features for managing fonts and images.
To synchronize data between views in Eclipse, services such as the ISelectionService
are used (or in E4, the ESelectionService
). Having views generate and consume selection events provides a visual consistency even though the views may be exposed by different plug-ins. The next chapter will look at how to interact with the user, with menus, commands and handlers.
推薦閱讀
- Mobile Web Performance Optimization
- Python自動化運維快速入門(第2版)
- Apache Spark 2.x Machine Learning Cookbook
- Learning SAP Analytics Cloud
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- ANSYS Fluent 二次開發(fā)指南
- Managing Microsoft Hybrid Clouds
- Building Dynamics CRM 2015 Dashboards with Power BI
- 零基礎(chǔ)學(xué)HTML+CSS第2版
- Java程序設(shè)計實用教程(第2版)
- 安卓工程師教你玩轉(zhuǎn)Android
- Hadoop Blueprints
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動端開發(fā)
- HTML5程序設(shè)計基礎(chǔ)教程