|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IRuleSet in org.eclipse.actf.validation.doc.rulebase |
---|
Classes in org.eclipse.actf.validation.doc.rulebase that implement IRuleSet | |
---|---|
class |
ValidationDocumentRuleSet
|
Methods in org.eclipse.actf.validation.doc.rulebase that return IRuleSet | |
---|---|
IRuleSet |
ReflectionDocumentRuleFactory.getRuleSet()
|
IRuleSet[] |
ValidationDocumentRuleBase.getRuleSets()
|
IRuleSet[] |
ValidationDocumentRuleBase.getRuleSetsForExecutionPoint(String name)
|
Methods in org.eclipse.actf.validation.doc.rulebase with parameters of type IRuleSet | |
---|---|
void |
ValidationDocumentRuleBase.addRuleSet(IRuleSet set)
|
void |
ReflectionDocumentRuleFactory.setRuleSet(IRuleSet ruleSet)
|
void |
ValidationDocumentRuleBase.setRuleSets(IRuleSet[] rulesets)
|
Uses of IRuleSet in org.eclipse.actf.validation.javapp.validators |
---|
Constructors in org.eclipse.actf.validation.javapp.validators with parameters of type IRuleSet | |
---|---|
JavaAccessibilityValidator(IRuleSet ruleSet)
Create a new JavaAccessibilityValidator for the given IRuleSet and IValidationContext. |
|
SwtAccessibilityValidator(IRuleSet ruleSet)
Create a new SwtAccessibilityValidator for the given IRuleSet and IValidationContext. |
Uses of IRuleSet in org.eclipse.actf.validation.rulebase |
---|
Methods in org.eclipse.actf.validation.rulebase that return IRuleSet | |
---|---|
IRuleSet[] |
IRuleBase.getRuleSets()
retreave the rulesets contained within this rulebase. |
IRuleSet[] |
IRuleBase.getRuleSetsForExecutionPoint(String name)
retrieves all RuleSets in the IRuleBase that are associated with the ExecutionPoint with the given name. |
Methods in org.eclipse.actf.validation.rulebase with parameters of type IRuleSet | |
---|---|
void |
IRuleBase.addRuleSet(IRuleSet set)
add a ruleset to this rulebase |
void |
IRuleBase.setRuleSets(IRuleSet[] rulesets)
set the rulesets for this rulebase |
Uses of IRuleSet in org.eclipse.actf.validation.rules |
---|
Methods in org.eclipse.actf.validation.rules that return IRuleSet | |
---|---|
IRuleSet |
AbstractRule.getRuleSet()
return the IRuleSet containing this IRule. |
IRuleSet |
IRule.getRuleSet()
return the IRuleSet containing this IRule. |
IRuleSet |
IRuleFactory.getRuleSet()
|
Methods in org.eclipse.actf.validation.rules with parameters of type IRuleSet | |
---|---|
void |
AbstractRule.setRuleSet(IRuleSet iRuleSet)
|
void |
IRule.setRuleSet(IRuleSet iRuleSet)
Set the containing IRuleSet for this rule. |
void |
IRuleFactory.setRuleSet(IRuleSet ruleSet)
set the ruleset for this factory |
Uses of IRuleSet in org.eclipse.actf.validation.validators |
---|
Fields in org.eclipse.actf.validation.validators declared as IRuleSet | |
---|---|
protected IRuleSet |
GenericAccessibilityValidator.ruleSet
|
Methods in org.eclipse.actf.validation.validators that return IRuleSet | |
---|---|
IRuleSet |
GenericAccessibilityValidator.getRuleSet()
|
IRuleSet |
IValidator.getRuleSet()
return the ruleSet being used by this validator |
Methods in org.eclipse.actf.validation.validators with parameters of type IRuleSet | |
---|---|
void |
GenericAccessibilityValidator.setRuleSet(IRuleSet ruleSet)
|
void |
IValidator.setRuleSet(IRuleSet ruleSet)
set the rule set to be used for validating the components |
Constructors in org.eclipse.actf.validation.validators with parameters of type IRuleSet | |
---|---|
DomAccessibilityValidator(IRuleSet ruleSet)
|
|
GenericAccessibilityValidator(IRuleSet ruleSet)
Create an AccesibilityValidator for the given rule set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |