Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
Modifier and Type | Method and Description |
---|---|
ViewerFilter[] |
StructuredViewer.getFilters()
Returns this viewer's filters.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceWorkingSetFilter
A resource working set filter filters resources from a view that
are neither a parent nor children of a working set element.
|
Modifier and Type | Class and Description |
---|---|
class |
PatternFilter
A filter used in conjunction with
FilteredTree . |
Modifier and Type | Method and Description |
---|---|
void |
ElementTreeSelectionDialog.addFilter(ViewerFilter filter)
Adds a filter to the tree viewer.
|
void |
CheckedTreeSelectionDialog.addFilter(ViewerFilter filter)
Adds a filter to the tree viewer.
|
protected void |
FilteredItemsSelectionDialog.addListFilter(ViewerFilter filter)
Adds viewer filter to the dialog items list.
|
Modifier and Type | Method and Description |
---|---|
ViewerFilter |
INavigatorFilterService.getViewerFilter(ICommonFilterDescriptor theDescriptor)
Return the viewer filter for the given descriptor
|
ViewerFilter[] |
INavigatorFilterService.getVisibleFilters(boolean toReturnOnlyActiveFilters)
Determine the set of filters which are visible to the
content service associated with this filter service.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourcePatternFilter
Deprecated.
as of 3.5, use the Common Navigator Framework classes instead
|
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.