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