public interface TableCellRenderer
extends java.io.Serializable
Object contained at a specific coordinate in
a TableModel into a Component instance.| Modifier and Type | Method and Description |
|---|---|
Component |
getTableCellRendererComponent(Table table,
java.lang.Object value,
int column,
int row)
Returns a component that will be displayed at the specified coordinate
in the table.
|
Component getTableCellRendererComponent(Table table, java.lang.Object value, int column, int row)
table - the Table for which the rendering is occurringvalue - the value retrieved from the TableModel for the
specified coordinatecolumn - the column index to renderrow - the row index to render