public interface CellRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
render(TableModel model,
int colIndex,
int rowIndex,
Component parent)
Renders the cell content of the cell at position (
colIndex, rowIndex). |
void render(TableModel model, int colIndex, int rowIndex, Component parent)
colIndex, rowIndex).model - the underlying table model containing information about the cell that is to be renderedcolIndex - zero based column index of the cell to be renderedrowIndex - zero based row index of the cell to be renderedparent - the parent component that will contain the view components created by the rendererCopyright © 2018 SAP SE. All Rights Reserved.