- 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
推薦閱讀
- Spring Boot 2實戰之旅
- PostgreSQL Cookbook
- 算法大爆炸:面試通關步步為營
- 單片機應用技術
- Full-Stack Vue.js 2 and Laravel 5
- PhoneGap:Beginner's Guide(Third Edition)
- Building Microservices with .NET Core
- C# and .NET Core Test Driven Development
- HoloLens與混合現實開發
- 多媒體技術及應用
- Clojure High Performance Programming(Second Edition)
- Oracle Database XE 11gR2 Jump Start Guide
- JavaScript前端開發基礎教程
- 量子計算機編程:從入門到實踐
- Python Penetration Testing Essentials