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

org.eclipse.ui.views.navigator
Class ResourcePatternFilter


java.lang.Object
  extended by 

org.eclipse.jface.viewers.ViewerFilter
      extended by 
org.eclipse.ui.views.navigator.ResourcePatternFilter

Deprecated. as of 3.5, use the Common Navigator Framework classes instead

public class ResourcePatternFilter
extends ViewerFilter

Filter used to determine whether resources are to be shown or not.

Since:
2.0

Constructor Summary
ResourcePatternFilter ()
          Deprecated. Creates a new resource pattern filter.
 
Method Summary
  String[] getPatterns ()
          Deprecated. Gets the patterns for the receiver.
 boolean select ( Viewer viewer, Object parentElement, Object element)
          Deprecated. Returns whether the given element makes it through this filter.
 void setPatterns ( String[] newPatterns)
          Deprecated. Sets the patterns to filter out for the receiver.
 
Methods inherited from class org.eclipse.jface.viewers. ViewerFilter
filter, filter, isFilterProperty
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcePatternFilter

public ResourcePatternFilter()
Deprecated. 
Creates a new resource pattern filter.

Method Detail

getPatterns

public 
String[] getPatterns()
Deprecated. 
Gets the patterns for the receiver. Returns the cached values if there are any - if not look it up.


select

public boolean select(
Viewer viewer,
                      
Object parentElement,
                      
Object element)
Deprecated. 
Description copied from class: ViewerFilter
Returns whether the given element makes it through this filter.

Specified by:
select in class ViewerFilter
Parameters:
viewer - the viewer
parentElement - the parent element
element - the element
Returns:
true if element is included in the filtered set, and false if excluded

setPatterns

public void setPatterns(
String[] newPatterns)
Deprecated. 
Sets the patterns to filter out for the receiver.


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