net.coderazzi.filters.artifacts
Class RowFilter
java.lang.Object
net.coderazzi.filters.artifacts.RowFilter
- Direct Known Subclasses:
- Filter
public abstract class RowFilter
- extends Object
Class defined for compatibility with Java 6
- Author:
- Luis M Pena - lu@coderazzi.net
Method Summary |
abstract boolean |
include(RowFilter.Entry entry)
Specifies whether the specified entry should be shown or hidden. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowFilter
public RowFilter()
include
public abstract boolean include(RowFilter.Entry entry)
- Specifies whether the specified entry should be shown or hidden.
- Returns:
- true to show the entry