JIDE 3.5.15

com.jidesoft.grid
Interface TableStyleProvider

All Known Implementing Classes:
ColumnStripeTableStyleProvider, DiffTableStyleProvider, RowStripeTableStyleProvider

public interface TableStyleProvider

CellStyleProvider is an interface to allow user to customize the CellStyle for any table model.


Method Summary
 CellStyle getCellStyleAt(JTable table, int rowIndex, int columnIndex)
          Gets the cell style at the specified cell.
 

Method Detail

getCellStyleAt

CellStyle getCellStyleAt(JTable table,
                         int rowIndex,
                         int columnIndex)
Gets the cell style at the specified cell.

Parameters:
table - the table.
rowIndex - the row index as in the table
columnIndex - the column index as in the table
Returns:
the cell style at the specified cell.

JIDE 3.5.15