- 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
推薦閱讀
- Testing with JUnit
- Oracle Database In-Memory(架構與實踐)
- PHP+MySQL網站開發技術項目式教程(第2版)
- Java面向對象程序開發及實戰
- Java編程技術與項目實戰(第2版)
- 利用Python進行數據分析
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Python商務數據分析(微課版)
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- C語言程序設計
- SCRATCH編程課:我的游戲我做主
- 可視化H5頁面設計與制作:Mugeda標準教程
- 虛擬現實:引領未來的人機交互革命
- Python 3.6從入門到精通(視頻教學版)
- Python深度學習入門:從零構建CNN和RNN