|
 |
|
|
Uses of Class org.eclipse.jface.viewers.ViewerFilter
Methods in
org.eclipse.jface.viewers with parameters of type
ViewerFilter
|
void
|
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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|