If you work with SWT Component and use TableViewer, you can make your cell can edited. You can create cell editor which consist the component below:
- TextCellEditor
- CheckboxCellEditor
- ComboBoxCellEditor
I have created one snippet which demonstrated it, you can download the snippet here.
Filed under: Software Engineering, Java, tableviewer cell modifier
