Uses of Interface
org.eclipse.emf.validation.util.FilteredCollection.Filter

Packages that use FilteredCollection.Filter
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.util Various utility classes and operations in support of the EMF Validation plug-in. 
 

Uses of FilteredCollection.Filter in org.eclipse.emf.validation.service
 

Methods in org.eclipse.emf.validation.service that return FilteredCollection.Filter
 FilteredCollection.Filter<Notification> ILiveValidator.getNotificationFilter()
          Obtains a filter that is used to determine which notifications will be validated (passed on to constraints to check).
 

Methods in org.eclipse.emf.validation.service with parameters of type FilteredCollection.Filter
 void ILiveValidator.setNotificationFilter(FilteredCollection.Filter<Notification> filter)
          Sets the filter that is used to determine which notifications will be validated (passed on to constraints to check).
 

Uses of FilteredCollection.Filter in org.eclipse.emf.validation.util
 

Methods in org.eclipse.emf.validation.util that return FilteredCollection.Filter
 FilteredCollection.Filter<? super E> FilteredCollection.getFilter()
          Retrieves the filter with which I was initialized.
 

Constructors in org.eclipse.emf.validation.util with parameters of type FilteredCollection.Filter
FilteredCollection(Collection<? extends E> collection, FilteredCollection.Filter<? super E> filter)
           Initializes me to filter the specified collection, obtained independently.
 


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