Hello

I am using a JTable, and would like to render rows instead of columns, I have implemented TableMode and obvioulsy there is a getColumnClass, which can be used to create default rendering with types such as Boolean etc..

But this only applied to Columns, is there anyway of getting the same kind of functionality with Rows?! i.e. getRowClass


Cheers

Andy