Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] How to create CellEditor

I want to create a table viewer to support configuration of my system. Each row of the table have different cell editor type, for example, row1 is TextCellEditor, row2 is ComboCellEditor. The method of tableviewer.setCellEditor (CellEditor[] editor) can't implement my requirement. It sets one type of CellEditor for one column.   So I ask for help.
 
Thanks.
 
Guoguo

Back to the top