JTable can't (apparently) have varying CellEditors in a column

JTable can't (apparently) have varying CellEditors in a column .

is there any alternative solution.

any thoughts!!!!!!!!

[140 byte] By [Prashant_SDNa] at [2007-11-27 10:31:09]
# 1

> JTable can't (apparently) have varying CellEditors in

> a column .

>

> is there any alternative solution.

>

> any thoughts!!!!!!!!

It can, I do it! What have you tried?

sabre150a at 2007-7-28 18:07:18 > top of Java-index,Desktop,Core GUI APIs...
# 2

Override the getCellEditor(...) method to return the approrate editor for the class of data found in the cell.

camickra at 2007-7-28 18:07:18 > top of Java-index,Desktop,Core GUI APIs...