Module is.codion.swing.common.ui
Interface FilterTableCellRenderer.Configurer<R,C>
- Type Parameters:
R- the row typeC- the column identifier type
- Enclosing interface:
FilterTableCellRenderer<R,C, T>
public static interface FilterTableCellRenderer.Configurer<R,C>
Configures a renderer component for a given cell
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(FilterTable<R, C> table, C identifier, JComponent component) booleanenabled()
-
Method Details
-
enabled
boolean enabled()- Returns:
- true if this configurer is enabled
-
configure
- Parameters:
table- the tableidentifier- the column identifiercomponent- the renderer component
-