Interface FilterTableCellEditor<C extends JComponent,T>

Type Parameters:
C - the component type
T - the value type
All Superinterfaces:
CellEditor, TableCellEditor

public interface FilterTableCellEditor<C extends JComponent,T> extends TableCellEditor
A TableCellEditor implementation for FilterTable.
See Also: