javax.swing.table
public interface TableCellRenderer
Method Summary | |
---|---|
Component | getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
Get table cell renderer component |
Parameters: table JTable value Value of cell isSelected Cell selected hasFocus Cell has focus row Row of cell column Column of cell
Returns: Component