Uses of Interface
eTextReader.AnnotationListing.Predicate

Packages that use Predicate
eTextReader.AnnotationListing Provides a set of classes that are used to display a list of annotations. 
 

Uses of Predicate in eTextReader.AnnotationListing
 

Fields in eTextReader.AnnotationListing declared as Predicate
private  Predicate FieldFilter.predicate
           
 

Constructors in eTextReader.AnnotationListing with parameters of type Predicate
FieldFilter(java.lang.String field, Predicate predicate)