SWT - Table vs. TableViewer
问题 I am creating a new project using SWT. I will have 3 or 4 different tables in the project. I am fairly new to SWT and I find myself asking should I be using just the Table or should it be a TableViewer . I am wanting to learn some good guidelines on when to use just the Table and when a TableViewer is the best route. What is the benefit of using a TableViewer instead of a Table ? Should all the tables have a TableViewer ? If I am working with data from the table, is just the Table the best