javax.swing.table
public interface TableCellRenderer
Modifier and Type | Method and Description |
---|---|
Component |
getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
Get table cell renderer component
|
Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
table
- JTablevalue
- Value of cellisSelected
- Cell selectedhasFocus
- Cell has focusrow
- Row of cellcolumn
- Column of cell