public class ImageCellRenderer extends java.lang.Object implements CellRenderer
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CSS_IMAGE_CELL |
| Constructor and Description |
|---|
ImageCellRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRender(TableModel model,
int colIndex,
int rowIndex,
Component parent) |
void |
render(TableModel model,
int colIndex,
int rowIndex,
Component parent)
Renders the cell content of the cell at position (
colIndex, rowIndex). |
protected static final java.lang.String CSS_IMAGE_CELL
public void render(TableModel model, int colIndex, int rowIndex, Component parent)
CellRenderercolIndex, rowIndex).render in interface CellRenderermodel - 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 rendererprotected void doRender(TableModel model, int colIndex, int rowIndex, Component parent)
Copyright © 2018 SAP SE. All Rights Reserved.