com.ontimize.gui.table
Interface TableSorter.FilterValidator
- All Known Implementing Classes:
- TableSorter.DefaultFilterValidator
- Enclosing interface:
- TableSorter
- public static interface TableSorter.FilterValidator
Interface that must be implemented by the objects that can be used as
table filters
|
Method Summary |
boolean |
matchsFilter(java.lang.Object object,
java.lang.Object filter)
Checks whether the object matches with the filter. |
matchsFilter
public boolean matchsFilter(java.lang.Object object,
java.lang.Object filter)
- Checks whether the object matches with the filter.
- Parameters:
object - the object to evaluatefilter - the filter to be applied
- Returns:
- true if the object matches the filter