$Id: AbstractEntityTableColumnModel.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The AbstractEntityTableColumnModel is a super
class for models that define the columns to be displayed in an
EntityTable.
$Id: AttributiveCellRenderer.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The AttributiveCellRenderer is derived from
javax.swing.JLabel and implements the TableCellRenderer.
$Id: AttributiveCellTableModel.java,v 1.0 2005/09/25 jDynTable@gmx.de $
The AttributiveCellTableModel is derived from
javax.swing.table.DefaultTableModel which specifies the methods
a table will use to interrogate a tabular data model and is
super class for ProxyTableModel.