上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
.