I would like to create a tree with a column which contains various data types, such as some cells are date, some cells are number, some cells are SWT color, etc. Then I will apply different cell editors for different types, so there will be date chooser, text area, or color chooser,etc for above cells. Is that possible to do so in TreeViewer or XViewer(from nebula)?
P.S, I find a similiar question for JTable:Jtable with different types of cells depending on data type. That could be solved by TableCellRenderer.