public interface IDeactivableDiffFilter extends IDifferenceFilter
IDifferenceFilter
that can be fully deactivated in the preferences.IDifferenceFilter.Registry
Modifier and Type | Method and Description |
---|---|
boolean |
isActive()
Whether the filter is enabled, i.e. will be taken into account in computations and displayed in the UI.
|
void |
setActive(boolean active)
Set the activation of the filter.
|
defaultSelected, getDescription, getLabel, getPredicateWhenSelected, getPredicateWhenUnselected, isEnabled, setDefaultSelected, setDescription, setLabel
boolean isActive()
void setActive(boolean active)
active
- Whether the filter should be active
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.