Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.jface.viewers.ViewerFilter

Packages that use ViewerFilter
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. 
 

Uses of ViewerFilter in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return ViewerFilter
  ViewerFilter[] StructuredViewer. getFilters ()
          Returns this viewer's filters.
 

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.
 

Uses of ViewerFilter in org.eclipse.ui
 

Subclasses of ViewerFilter in org.eclipse.ui
 class ResourceWorkingSetFilter
          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.dialogs
 class PatternFilter
          A filter used in conjunction with FilteredTree.
 

Methods in org.eclipse.ui.dialogs with parameters of type ViewerFilter
 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.
 

Uses of ViewerFilter in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator that return ViewerFilter
  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.
 

Uses of ViewerFilter in org.eclipse.ui.views.navigator
 

Subclasses of ViewerFilter in org.eclipse.ui.views.navigator
 class ResourcePatternFilter
          Deprecated. as of 3.5, use the Common Navigator Framework classes instead
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire