javax.swing.table

Interface TableCellEditor

public interface TableCellEditor extends CellEditor

TableCellEditor public interface
Method Summary
ComponentgetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
Get table cell editor component

Method Detail

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
Get table cell editor component

Parameters: table JTable value Value of cell isSelected Cell selected row Row of cell column Column of cell

Returns: Component