}
}
protected void setupLook(JTable table, Object value, boolean isSelected, int row, int column) {
super.setupLook(table, value, isSelected, row, column);
RowHeaderedAndSectionedTable t = (RowHeaderedAndSectionedTable) table;
ColumnData[] cd = t.getColumnData();
SectionData[] sd = t.getSectionData();
setBackground(sd[cd[column].sectionIndex].sectionBG);
setForeground(sd[cd[column].sectionIndex].sectionFG);
if (table instanceof WinValueProfileProvider)
wvp = ((WinValueProfileProvider) table).getWinValues(row, column);