Uses of Class
org.eclipse.jface.viewers.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
Modifier and TypeClassDescriptionclass
Based on org.eclipse.ui.dialogs.PatternFilter. -
Uses of ViewerFilter in org.eclipse.jface.databinding.viewers.typed
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
A filter used in conjunction withFilteredTree
.Modifier 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. -
Uses of ViewerFilter in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected ViewerFilter
FilteredTableBaseHandler.getFilter()
Return the filter to use.protected ViewerFilter
WorkbookEditorsHandler.getFilter()