An enhanced rendition of the TableModel interface.
This implementation of the TableModel interface mainly address the lack of some column oriented methods, also i liked
some of the methods provided by the default DefaultTableModel like removeRow addRow, etc.
This is a fairly good table mode to use if you need a fast WORM type table model, i do not recommend using this class
if you have to make lots of changes since the data storage is only synchronized when it is set or removed and not
read.
author: Markus A. |