jgnash.ui.treetable |
|
Java Source File Name | Type | Comment |
AbstractCellEditor.java | Class | |
JTreeTable.java | Class | This is a heavily modified version of the original
This example shows how to create a simple JTreeTable component,
by using a JTree as a renderer (and editor) for the cells in a
particular column in the JTable. |
TreeTableModel.java | Interface | TreeTableModel is the model used by a JTreeTable. |
TreeTableModelAdapter.java | Class | This is a wrapper class takes a TreeTableModel and implements
the table model interface. |