net.coderazzi.filters.artifacts
Class RowFilter

java.lang.Object
  extended by 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

Nested Class Summary
static class RowFilter.Entry
          .
 
Constructor Summary
RowFilter()
           
 
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
 

Constructor Detail

RowFilter

public RowFilter()
Method Detail

include

public abstract boolean include(RowFilter.Entry entry)
Specifies whether the specified entry should be shown or hidden.

Returns:
true to show the entry