Interface FilterTableCellRenderer.Configurer<R,C>

Type Parameters:
R - the row type
C - 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 Details

    • enabled

      boolean enabled()
      Returns:
      true if this configurer is enabled
    • configure

      void configure(FilterTable<R,C> table, C identifier, JComponent component)
      Parameters:
      table - the table
      identifier - the column identifier
      component - the renderer component