Uses of Class
org.eclipse.jface.viewers.ViewerFilter
Packages that use ViewerFilter
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides the Common Navigator framework.
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
-
Uses of ViewerFilter in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers that return ViewerFilterMethods in org.eclipse.jface.viewers with parameters of type ViewerFilterModifier and TypeMethodDescriptionvoid
StructuredViewer.addFilter
(ViewerFilter filter) Adds the given filter to this viewer, and triggers refiltering and resorting of the elements.void
StructuredViewer.removeFilter
(ViewerFilter filter) Removes the given filter from this viewer, and triggers refiltering and resorting of the elements if required.void
StructuredViewer.setFilters
(ViewerFilter... filters) Sets the filters, replacing any previous filters, and triggers refiltering and resorting of the elements. -
Uses of ViewerFilter in org.eclipse.ui
Subclasses of ViewerFilter in org.eclipse.uiModifier and TypeClassDescriptionclass
A resource working set filter filters resources from a view that are neither a parent nor children of a working set element. -
Uses of ViewerFilter in org.eclipse.ui.dialogs
Subclasses of ViewerFilter in org.eclipse.ui.dialogsModifier and TypeClassDescriptionclass
A filter used in conjunction withFilteredTree
.Methods in org.eclipse.ui.dialogs with parameters of type ViewerFilterModifier and TypeMethodDescriptionvoid
CheckedTreeSelectionDialog.addFilter
(ViewerFilter filter) Adds a filter to the tree viewer.void
ElementTreeSelectionDialog.addFilter
(ViewerFilter filter) Adds a filter to the tree viewer.protected void
FilteredItemsSelectionDialog.addListFilter
(ViewerFilter filter) Adds viewer filter to the dialog items list.