I have this JTable having a DefaultTableModel as its model. On the table I have several swing component, JComboBox and JCheckBox
JTable
DefaultTableModel
JComboBox
JCheckBox
Actually... I have also my answer. I just get into the API of TableModelListener and I found the TableModelEvent.getColumn()
Thanks guys...