javax.swing.table
public interface TableCellEditor extends CellEditor
Method Summary | |
---|---|
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