Class ObjectListTableFilter<T>
- java.lang.Object
-
- net.anwiba.commons.swing.table.filter.ObjectListTableFilter<T>
-
- All Implemented Interfaces:
IRowFilter
public class ObjectListTableFilter<T> extends java.lang.Object implements IRowFilter
-
-
Constructor Summary
Constructors Constructor Description ObjectListTableFilter(java.lang.String string, IColumToStringConverter converter)ObjectListTableFilter(java.lang.String string, IColumToStringConverter converter, IAcceptor<T> acceptor)ObjectListTableFilter(IAcceptor<T> acceptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRowMapperfilter(javax.swing.table.TableModel tableModel)
-
-
-
Constructor Detail
-
ObjectListTableFilter
public ObjectListTableFilter(java.lang.String string, IColumToStringConverter converter)
-
ObjectListTableFilter
public ObjectListTableFilter(java.lang.String string, IColumToStringConverter converter, IAcceptor<T> acceptor)
-
-
Method Detail
-
filter
public IRowMapper filter(javax.swing.table.TableModel tableModel)
- Specified by:
filterin interfaceIRowFilter
-
-