JTable ComponentContinued
 
 
- Two Interfaces:
- 
- TableColumnModel manages selection in the column and spacing of the column in the table.
- TableModel provides all the information concerning the rows and columns in the table as well as access to the data found in the cells.
 
- Again, both interfaces have Default implementations.