fireTableDataChanged in AbstractTreeTableModel Swingx package

1

I am in doubt about how to do a reload on the objects of a JXTreeTable using a Model > AbstractTreeTableModel .

AbstractTableModel of JTable normal has fireTableDataChanged , but how do I do this in AbstractTreeTableModel ?

Package: import javax.swing.table.AbstractTableModel;

I do not know how to start, who has some material or a tip, thank you.

    
asked by anonymous 14.09.2015 / 21:34

1 answer

0

Well, I do not remember very well the source of the solution but I used modelSupport that comes within AbstractTreeTableModel it contains the fireNewRoot function that gives a reload in root of JXTreeTable as well as fireTableDataChanged of JTable .

    
15.09.2015 / 22:54