- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 150字
- 2021-07-14 10:36:31
Why JFace?
While SWT provides generic implementations for basic widgets (such as trees, buttons, labels, and so on), these often work at a level that deals with strings and responds to selection by integer index. To make it easier to display structured content, JFace provides several viewers that provide combinations of SWT widgets and event managers to provide a UI for structured content.
There are many types of viewer—which are all subclasses of Viewer
—but the most common ones are ContentViewer
subclasses such as TreeViewer
and TableViewer
. There are also text-based viewers such as TextViewer
and SourceViewer
, as well as operational views such as DetailedProgressViewer
for the Progress
view. In this chapter, we will create views based on TreeViewer
and TableViewer
. Since JFace is based on SWT (described in Chapter 2, Creating Views with SWT), knowing how SWT works is essential to understand how JFace is used.
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Learning Laravel 4 Application Development
- STM32F0實戰:基于HAL庫開發
- Mastering Ext JS
- Arduino家居安全系統構建實戰
- C++ Fundamentals
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- 視窗軟件設計和開發自動化:可視化D++語言
- Java高級程序設計
- Deep Learning for Natural Language Processing
- R語言實戰(第2版)
- Google Maps JavaScript API Cookbook
- Dart:Scalable Application Development
- C/C++程序設計教程
- 狼書(卷2):Node.js Web應用開發