![Eclipse Plug-in Development:Beginner's Guide(Second Edition)](https://wfqqreader-1252317822.image.myqcloud.com/cover/11/36702011/b_36702011.jpg)
上QQ阅读APP看书,第一时间看更新
Tabular data
The tree viewer is used in many situations in Eclipse, but sometimes being able to display more information for a single element is required. JFace provides a TableViewer
which is similar to the TreeViewer
, except that instead of a single label there are multiple columns available. There is also a combined TableTreeViewer
, which combines functionality from the two classes.