Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Resources for TableViewer
References on TableViewer
API on TableViewer: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjface%2Fviewers%2FTableViewer.html
Vogella's explaination on TableViewer: http://www.vogella.com/articles/EclipseJFaceTable/article.html
ComboBoxes and editing support for TableViewer: http://www.subshell.com/en/subshell/blog/Eclipse-RCP-Comboboxes-inside-a-JFace-TableViewer100.html
Another TableViewer example: http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/DemonstratesTableViewers.htm
More on ContentProvider and LabelProvider: http://javafact.com/2010/08/01/example-tableviewer-with-a-contentprovider-and-a-labelprovider/