Uses of Package
eTextReader.AnnotationListing

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

Classes in eTextReader.AnnotationListing used by eTextReader
NotationListing
           A class to display annotations in a tabular form with the added abilities to sort and filter by various criteria.
 

Classes in eTextReader.AnnotationListing used by eTextReader.AnnotationListing
CombinationMode
           
CompoundFilter
          Provides an implementation of the NotationFilter interface that allows joining together of two other NotationFilters.
CustomJTable
          A class that extends JTable to facilitate the setting of individual row heights based on the text being displayed
IncludeAllFilter
          A simple filter that includes all annotations.
NotationFilter
           NotationFilter provides an interface that the NotationListing class uses to determine which annotations should be included in an annotation listing.
NotationListing.NotationComparator
          A custom comparator class that facilitates sorting based on primary and secondary sorting criteria.
NotationListing.notationLoadingThread
          This class exists so that the process of loading notations can take place in a separate thread, allowing the event dispatch thread to continue to update the screen GUI
NotationProvider
          A NotationProvider provides a set of pages that contain the notations to be displayed by a NotationListing window.
Predicate
          Predicate extends org.apache.commons.collections.Predicate by simply adding a getDescription method which allows the predicate to describe itself in a human readable way.
 

Classes in eTextReader.AnnotationListing used by eTextReader.actions
AnnotationTypeFilter
          A filter that only accepts a certain type of annotation
FieldFilter
          This class is a Filter that evaluates some predicate on the given Notation field.
NotationFilter
           NotationFilter provides an interface that the NotationListing class uses to determine which annotations should be included in an annotation listing.
NotationProvider
          A NotationProvider provides a set of pages that contain the notations to be displayed by a NotationListing window.