Module is.codion.swing.common.ui
Interface FilterTableCellEditor.Factory<R,C>
- Type Parameters:
R- the row typeC- the column identifier type
- Enclosing interface:
FilterTableCellEditor<C extends JComponent,T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory for
FilterTableCellEditor instances.-
Method Summary
-
Method Details
-
create
- Parameters:
identifier- the column identifiertable- the table- Returns:
- a
FilterTableCellEditorinstance for the given column or an empty optional if the column should not be editable
-