org.eclipse.ui.views.navigator
Class ResourcePatternFilter
java.lang.Object
|
+--org.eclipse.jface.viewers.ViewerFilter
|
+--org.eclipse.ui.views.navigator.ResourcePatternFilter
- public class ResourcePatternFilter
- extends ViewerFilter
Filter used to determine whether resources are to be shown or not.
- Since:
- 2.0
Method Summary |
String[] |
getPatterns()
Gets the patterns for the receiver. |
boolean |
select(Viewer viewer,
Object parentElement,
Object element)
Returns whether the given element makes it through this filter. |
void |
setPatterns(String[] newPatterns)
Sets the patterns to filter out for the receiver. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourcePatternFilter
public ResourcePatternFilter()
- Creates a new resource pattern filter.
getPatterns
public String[] getPatterns()
- 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)
- Description copied from class:
ViewerFilter
- Returns whether the given element makes it through this filter.
- Overrides:
select
in class ViewerFilter
- Following copied from class:
org.eclipse.jface.viewers.ViewerFilter
- Parameters:
viewer
- the viewerparentElement
- the parent elementelement
- the element- Returns:
true
if element is included in the
filtered set, and false
if excluded
setPatterns
public void setPatterns(String[] newPatterns)
- Sets the patterns to filter out for the receiver.
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.