Module net.anwiba.commons.swing
Class ObjectListTableFilter<T>
java.lang.Object
net.anwiba.commons.swing.table.filter.ObjectListTableFilter<T>
- All Implemented Interfaces:
IRowFilter
-
Constructor Summary
ConstructorsConstructorDescriptionObjectListTableFilter(String string, IColumToStringConverter converter) ObjectListTableFilter(String string, IColumToStringConverter converter, IAcceptor<T> acceptor) ObjectListTableFilter(IAcceptor<T> acceptor) -
Method Summary
-
Constructor Details
-
ObjectListTableFilter
-
ObjectListTableFilter
-
ObjectListTableFilter
public ObjectListTableFilter(String string, IColumToStringConverter converter, IAcceptor<T> acceptor)
-
-
Method Details
-
filter
- Specified by:
filterin interfaceIRowFilter
-