Uses of Interface
org.eclipse.emf.validation.service.IConstraintFilter

Packages that use IConstraintFilter
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers. 
org.eclipse.emf.validation.ui.preferences   
 

Uses of IConstraintFilter in org.eclipse.emf.validation.service
 

Fields in org.eclipse.emf.validation.service declared as IConstraintFilter
static IConstraintFilter IConstraintFilter.IDENTITY_INSTANCE
          A shared filter instance that doesn't filter out any constraints (all pass through).
 

Methods in org.eclipse.emf.validation.service that return types with arguments of type IConstraintFilter
 Collection<IConstraintFilter> IValidator.getConstraintFilters()
          Obtains a collection of IConstraintFilters that define which constraints should be excluded for validation.
 

Methods in org.eclipse.emf.validation.service with parameters of type IConstraintFilter
 void IValidator.addConstraintFilter(IConstraintFilter filter)
          Adds a constraint filter to this validator.
 void IValidator.removeConstraintFilter(IConstraintFilter filter)
          Removes a constraint filter from this validator.
 

Uses of IConstraintFilter in org.eclipse.emf.validation.ui.preferences
 

Constructors in org.eclipse.emf.validation.ui.preferences with parameters of type IConstraintFilter
ConstraintsSelectionBlock(IConstraintFilter filter)
          Initializes me with a constraint filter.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.