com.jidesoft.grid
Interface CellStyleProvider
- All Known Implementing Classes:
- ColumnCellStyleProvider, ColumnStripeCellStyleProvider, RowStripeCellStyleProvider
public interface CellStyleProvider
CellStyleProvider is an interface to allow user to customize the CellStyle for any table model without implementing
StyleModel interface on the table model.
getCellStyleAt
CellStyle getCellStyleAt(TableModel model,
int rowIndex,
int columnIndex)
- Gets the cell style at the specified cell.
- Parameters:
model
- the model. This is the model from table.getModel().rowIndex
- the row index as in the modelcolumnIndex
- the column index as in the model
- Returns:
- the cell style at the specified cell.