Package org.eclipse.zest.layouts
Interface Filter
Deprecated, for removal: This API element is subject to removal in a future version.
A filter is used to filter objects. Once implemented, interested parties can
 ask this filter whether or not a specific object is filtered.
 For example, in a visualization tool, only unfiltered objects should be
 displayed. Before displaying an object, the display can ask this filter if
 the object is filtered.
- @noextend
- This interface is not intended to be extended by clients.
- @noimplement
- This interface is not intended to be implemented by clients.
- @noreference
- This interface is not intended to be referenced by clients.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisObjectFiltered(LayoutItem object) Deprecated, for removal: This API element is subject to removal in a future version.Returns true if the object is filtered, or false if it's not filtered.
- 
Method Details- 
isObjectFilteredDeprecated, for removal: This API element is subject to removal in a future version.Returns true if the object is filtered, or false if it's not filtered.
 
- 
LayoutFilterinstead. This interface will be removed in a future release.