fireTableDataChanged in Abstracttreetablemodel Swingx package

Asked

Viewed 61 times

1

I’m having doubts about how to make a Reload on the objects of a JXTreeTable using a Model > AbstractTreeTableModel.

The AbstractTableModel of a JTable normal has the fireTableDataChanged, but how do I do it in AbstractTreeTableModel?

Bundle: import javax.swing.table.AbstractTableModel;

I don’t even know how to start, who has any material or a tip, I appreciate.

1 answer

0


Well, I don’t quite remember the source of the solution, but I used the modelSupport that comes within the AbstractTreeTableModel it contains the function fireNewRoot that gives a Reload in Jxtreetable root as well as the fireTableDataChanged jtable’s.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.