0

What is the difference between JFace entities and SWT controls they wrapping?

ComboViewer -> Combo/CCommbo

TableViewer -> Table

ListViewer -> List

and so on.

Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385

1 Answers1

2

ComboViewer, TableViewer and ListViewer are part of the JFace Viewers. JFace Viewers simplify the mapping of a data model to a visual representation. If you have a data model then JFace Viewers are the easier API to work with.

Gorkem Ercan
  • 3,220
  • 1
  • 18
  • 26