Package com.monad.homerun.filter

Provides classes and interfaces for working with Filters.

See:
          Description

Interface Summary
Screener Screener describes classes that can validate and execute filter screens.
 

Class Summary
ComponentScreen ComponentScreen extends Screen to describe possession of controls, models, and emitters.
Filter A Filter is an ordered list of Screens, minimum one.
FilterScreen FilterScreen extends Screen for use of embedded filters, i.e.
FilterTrace  
FilterValue FilterValue represents a single, typed value, which is the result of evaluation of a named function upon the filtered object collection as arugments
ListScreen ListScreen is a Screen for comparing objects to a fixed list of names.
PropertyScreen PropertyScreen extends Screen to describe type and instance properties.
RelationScreen RelationScreen extends Screen to describe object model relations.
Screen Screen is the abstract base class for describing a filter screen.
TypeScreen TypeScreen extends Screen to describe inheritance of instance type.
 

Package com.monad.homerun.filter Description

Provides classes and interfaces for working with Filters.



Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.