Eclipse Plug-in Development:Beginner's Guide(Second Edition)
上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.