215216217218219220221222
} @Override public Object getValueAt( int rowIndex, int columnIndex ) { TableRow row = this.rows.get( rowIndex ); return row.get( columnIndex ); }