com.ezware.oxbow.swingbits.table.filter
Class JTableFilter
java.lang.Object
com.ezware.oxbow.swingbits.table.filter.AbstractTableFilter<JTable>
com.ezware.oxbow.swingbits.table.filter.JTableFilter
- All Implemented Interfaces:
- ITableFilter<JTable>, Serializable
public class JTableFilter
- extends AbstractTableFilter<JTable>
- See Also:
- Serialized Form
Methods inherited from class com.ezware.oxbow.swingbits.table.filter.AbstractTableFilter |
addChangeListener, apply, clear, fireFilterChange, getDistinctColumnItems, getFilterState, getTable, includeRow, isFiltered, removeChnageListener, setFilterState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTableFilter
public JTableFilter(JTable table)
execute
protected boolean execute(int col,
Collection<DistinctColumnItem> items)
- Specified by:
execute
in class AbstractTableFilter<JTable>
modelChanged
public void modelChanged(TableModel model)
- Description copied from interface:
ITableFilter
- Describes what filter has to do when table model changes
Copyright © 2011. All Rights Reserved.