javax.swing.table

Interface TableCellRenderer

public interface TableCellRenderer

TableCellRenderer public interface
Method Summary
ComponentgetTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
Get table cell renderer component

Method Detail

getTableCellRendererComponent

public 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