Module is.codion.swing.common.ui
Interface FilterTableCellEditorFactory<C>
public interface FilterTableCellEditorFactory<C>
A factory for
TableCellEditor instances.-
Method Summary
-
Method Details
-
tableCellEditor
- Parameters:
column- the column- Returns:
- a
TableCellEditorinstance for the given column or an empty optional if the column should not be editable
-