public interface TableCustomizer
| Modifier and Type | Method and Description |
|---|---|
void |
customizeTable(javax.swing.JTable table, java.lang.Object node)
Customize the table that appears in the DataTipWindow rooted on the given node from the DataTips TreeTableModel
|
void customizeTable(javax.swing.JTable table,
java.lang.Object node)
table - the table to customizenode - the node from the DataTip TreeTableModel that is the parent node of all the rows in this table.