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.
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 tablecolumnIndex - the column index as in the table
- Returns:
- the cell style at the specified cell.