- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 106字
- 2021-07-14 10:36:31
Chapter 3. Creating JFace Viewers
JFace – the Eclipse model/view/controller architecture
In the last chapter, we looked at the basic building blocks of SWT, which provide a glue layer between the native operating system's widgets and Java. We will now look at JFace, which builds upon SWT to provide an MVC architecture as well as many of the common widgets used by Eclipse.
In this chapter, we shall:
- Create a view for showing hierarchical data
- Use image, font, and color resources
- Generate styled text
- Sort and filter entries in viewers
- Add double-click actions
- Create a view for showing tabular data
- Synchronize selections between views
推薦閱讀
- Mastering QGIS
- Practical Game Design
- Apache Karaf Cookbook
- Full-Stack React Projects
- C語言程序設計學習指導與習題解答
- R大數據分析實用指南
- Getting Started with Gulp
- Python深度學習原理、算法與案例
- Building Wireless Sensor Networks Using Arduino
- MySQL入門很輕松(微課超值版)
- 細說Python編程:從入門到科學計算
- C++ Fundamentals
- Node.js從入門到精通
- scikit-learn Cookbook(Second Edition)
- 深度學習程序設計實戰