public class JTableFilter extends AbstractTableFilter<JTable>
TableFilter.Row| Constructor and Description |
|---|
JTableFilter(JTable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the filter
|
Set<Object> |
distinctValuesForColumn(int i) |
protected boolean |
execute(int col,
Collection<Object> items) |
void |
modelChanged(TableModel model)
Describes what filter has to do when table model changes
|
String |
toString(Object o) |
addChangeListener, apply, fireFilterChange, getDistinctColumnItems, getFilterState, getTable, includeRow, isFiltered, removeChangeListener, setFilterStatepublic JTableFilter(JTable table)
protected boolean execute(int col,
Collection<Object> items)
execute in class AbstractTableFilter<JTable>public void modelChanged(TableModel model)
TableFilterpublic void clear()
TableFilterclear in interface TableFilter<JTable>clear in class AbstractTableFilter<JTable>Copyright © 2004–2017 Ultreia.io. All rights reserved.