Uses of Interface
com.jeta.open.rules.JETARule

Packages that use JETARule
com.jeta.open.gui.framework   
com.jeta.open.rules   
 

Uses of JETARule in com.jeta.open.gui.framework
 

Methods in com.jeta.open.gui.framework with parameters of type JETARule
 void JETADialog.addValidator(JETARule validator)
          This adds a rule that will be used to validate the user input for this dialog.
 void JETADialog.addValidator(Object parameter, JETARule validator)
          This adds a rule that will be used to validate the user input for this dialog.
 

Uses of JETARule in com.jeta.open.rules
 

Classes in com.jeta.open.rules that implement JETARule
 class AbstractRule
          This class defines a basic rule for running validations and checks at certain points in the program.
 class EmptyRule
          This class defines a basic rule that does nothing
 class RuleGroup
          This class defines a rule for running a composite of rules as one
 

Methods in com.jeta.open.rules that return JETARule
static JETARule EmptyRule.getInstance()
           
 

Methods in com.jeta.open.rules with parameters of type JETARule
 void RuleGroup.add(JETARule rule)
           
static RuleResult RuleUtils.checkNotify(JETARule rule, Object param1)
          Helper method that displays a dialog if the check fails
static RuleResult RuleUtils.checkNotify(JETARule rule, Object[] params)
          Helper method that displays a dialog if the check fails
static RuleResult RuleUtils.checkNotify(JETARule rule, Object param1, Object param2)
          Helper method that displays a dialog if the check fails
static RuleResult RuleUtils.checkNotify(JETARule rule, Object param1, Object param2, Object param3)
          Helper method that displays a dialog if the check fails
 



Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.