Package org.eclipse.ui.views.navigator
Class ResourcePatternFilter
java.lang.Object
org.eclipse.jface.viewers.ViewerFilter
org.eclipse.ui.views.navigator.ResourcePatternFilter
Deprecated.
as of 3.5, use the Common Navigator Framework classes instead
Filter used to determine whether resources are to be shown or not.
- Since:
- 2.0
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be referenced by clients. Planned to be deleted, please see Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=549953
- Restriction:
- This class is not intended to be instantiated by clients.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Deprecated.Gets the patterns for the receiver.boolean
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
-
Constructor Details
-
ResourcePatternFilter
public ResourcePatternFilter()Deprecated.Creates a new resource pattern filter.
-
-
Method Details
-
getPatterns
Deprecated.Gets the patterns for the receiver. Returns the cached values if there are any - if not look it up. -
select
Deprecated.Description copied from class:ViewerFilter
Returns whether the given element makes it through this filter.- Specified by:
select
in classViewerFilter
- Parameters:
viewer
- the viewerparentElement
- the parent elementelement
- the element- Returns:
true
if element is included in the filtered set, andfalse
if excluded
-
setPatterns
Deprecated.Sets the patterns to filter out for the receiver.
-