Module is.codion.swing.common.ui
Interface FilterTableCellRenderer.Factory<R,C>
- Type Parameters:
C- the column identifier type
- All Known Implementing Classes:
EntityTableCellRenderers
- Enclosing interface:
FilterTableCellRenderer<R,C, T>
public static interface FilterTableCellRenderer.Factory<R,C>
A factory for
FilterTableCellRenderer instances.-
Method Summary
-
Method Details
-
create
- Parameters:
identifier- the column identifiertable- the table- Returns:
- a
FilterTableCellRendererinstance for the given column
-