public interface IDifferenceFilterChange extends ICompareEvent
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Predicate<? super EObject> |
getPredicate()
Returns a
Predicate that aggregates the selected state predicates of selected filters and the
unselected state predicates of unselected filters. |
Collection<IDifferenceFilter> |
getSelectedDifferenceFilters()
Returns the list of selected
IDifferenceFilter . |
Collection<IDifferenceFilter> |
getUnselectedDifferenceFilters()
Returns the list of unselected
IDifferenceFilter . |
com.google.common.base.Predicate<? super EObject> getPredicate()
Predicate
that aggregates the selected state predicates of selected filters and the
unselected state predicates of unselected filters.Collection<IDifferenceFilter> getSelectedDifferenceFilters()
IDifferenceFilter
.Collection<IDifferenceFilter> getUnselectedDifferenceFilters()
IDifferenceFilter
.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.