- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 41字
- 2025-04-04 19:52:35
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
.