Uses of Package
org.springframework.rules.closure

Packages that use org.springframework.rules.closure
org.springframework.binding.value.support Supporting value model and value holder implementations. 
org.springframework.richclient.dialog   
org.springframework.richclient.filechooser   
org.springframework.richclient.form.binding.swing   
org.springframework.richclient.selection.dialog   
org.springframework.rules.closure Out of the box functions that address common needs. 
org.springframework.rules.closure.support Closure and constraint function object core support implementations. 
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
org.springframework.rules.constraint.property Out of the box predicates and constraint building blocks involving bean properties. 
org.springframework.rules.factory Factories for creating rules. 
 

Classes in org.springframework.rules.closure used by org.springframework.binding.value.support
Closure
          A function object that evaluates one argument, executing a block of code.
 

Classes in org.springframework.rules.closure used by org.springframework.richclient.dialog
Closure
          A function object that evaluates one argument, executing a block of code.
 

Classes in org.springframework.rules.closure used by org.springframework.richclient.filechooser
Closure
          A function object that evaluates one argument, executing a block of code.
 

Classes in org.springframework.rules.closure used by org.springframework.richclient.form.binding.swing
Closure
          A function object that evaluates one argument, executing a block of code.
 

Classes in org.springframework.rules.closure used by org.springframework.richclient.selection.dialog
Closure
          A function object that evaluates one argument, executing a block of code.
 

Classes in org.springframework.rules.closure used by org.springframework.rules.closure
AbstractBinaryClosure
          Conveneince support class for binary closures.
BinaryClosure
          A function object that tests two arguments and returns a single boolean result.
Closure
          A function object that evaluates one argument, executing a block of code.
ClosureTemplate
          Marks the Template as being able to run a Closure on its contents.
ElementGenerator
          A interface to be implemented by objects which encapsulate a workflow process template that generates elements for processing.
 

Classes in org.springframework.rules.closure used by org.springframework.rules.closure.support
Closure
          A function object that evaluates one argument, executing a block of code.
ClosureTemplate
          Marks the Template as being able to run a Closure on its contents.
ElementGenerator
          A interface to be implemented by objects which encapsulate a workflow process template that generates elements for processing.
 

Classes in org.springframework.rules.closure used by org.springframework.rules.constraint
BinaryConstraint
          A function object that tests two arguments and returns a single boolean result.
Closure
          A function object that evaluates one argument, executing a block of code.
 

Classes in org.springframework.rules.closure used by org.springframework.rules.constraint.property
BinaryConstraint
          A function object that tests two arguments and returns a single boolean result.
 

Classes in org.springframework.rules.closure used by org.springframework.rules.factory
BinaryConstraint
          A function object that tests two arguments and returns a single boolean result.
Closure
          A function object that evaluates one argument, executing a block of code.
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.