tableCellEditor

fun <T, R> tableCellEditor(block: (table: MutableTable<T, *>, row: T, column: MutableColumn<T, R>, index: Int, current: View) -> EditOperation<T>): TableCellEditor<T, R>(source)

DSL for creating TableCellEditor from a lambda.