- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 41字
- 2021-07-14 10:36:32
Creating TreeViewers
Many views in Eclipse use a tree-like view, from a file navigator to the contents of source files. The JFace framework provides a TreeViewer
, which provides the basic tree navigation functionality. This will be used to implement a TimeZoneTreeView
.