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.
-
Uses of ViewerFilter in org.eclipse.e4.ui.dialogs.filteredtree
Subclasses of ViewerFilter in org.eclipse.e4.ui.dialogs.filteredtreeModifier and TypeClassDescriptionclassBased on org.eclipse.ui.dialogs.PatternFilter. -
Uses of ViewerFilter in org.eclipse.jface.databinding.viewers.typed
Methods in org.eclipse.jface.databinding.viewers.typed that return types with arguments of type ViewerFilterModifier and TypeMethodDescriptionstatic <S extends StructuredViewer>
IViewerSetProperty<S, ViewerFilter> ViewerProperties.filters()Returns a value property for observing the filters of aStructuredViewer. -
Uses of ViewerFilter in org.eclipse.jface.viewers
Classes in org.eclipse.jface.viewers with type parameters of type ViewerFilterMethods in org.eclipse.jface.viewers that return ViewerFilterModifier and TypeMethodDescriptionStructuredViewer.getFilters()Returns this viewer's filters.AbstractFilteredViewerComposite.getPatternFilter()Returns the pattern filter used by this tree.Methods in org.eclipse.jface.viewers with parameters of type ViewerFilterModifier and TypeMethodDescriptionvoidStructuredViewer.addFilter(ViewerFilter filter) Adds the given filter to this viewer, and triggers refiltering and resorting of the elements.voidStructuredViewer.removeFilter(ViewerFilter filter) Removes the given filter from this viewer, and triggers refiltering and resorting of the elements if required.voidStructuredViewer.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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassA filter used in conjunction withFilteredTree.Methods in org.eclipse.ui.dialogs with parameters of type ViewerFilterModifier and TypeMethodDescriptionvoidCheckedTreeSelectionDialog.addFilter(ViewerFilter filter) Adds a filter to the tree viewer.voidElementTreeSelectionDialog.addFilter(ViewerFilter filter) Adds a filter to the tree viewer.protected voidFilteredItemsSelectionDialog.addListFilter(ViewerFilter filter) Adds viewer filter to the dialog items list. -
Uses of ViewerFilter in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return ViewerFilterModifier and TypeMethodDescriptionprotected ViewerFilterFilteredTableBaseHandler.getFilter()Return the filter to use.protected ViewerFilterWorkbookEditorsHandler.getFilter()