![Eclipse Plug-in Development:Beginner's Guide(Second Edition)](https://wfqqreader-1252317822.image.myqcloud.com/cover/11/36702011/b_36702011.jpg)
上QQ阅读APP看书,第一时间看更新
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
.