Interface FilterTableCellRenderer.Factory<R,C>

Type Parameters:
R - the row type
C - the column identifier type
All Known Implementing Classes:
EntityTableCellRenderers
Enclosing interface:
FilterTableCellRenderer<R,C,T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface FilterTableCellRenderer.Factory<R,C>
A factory for FilterTableCellRenderer instances.