public interface CellBackgroundProvider
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.graphics.RGB |
getCellBackground(int row,
int column,
int colspan)
Returns the background color to display for the given grid cell.
|
org.eclipse.swt.graphics.RGB getCellBackground(int row,
int column,
int colspan)
row - the row index (zero-based)column - the column index (zero-based). This is the grid column index,
not the cell index within the row.colspan - the number of grid columns that the cell occupies.