|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The FilterMatcher is the interface used to check filtering criterea.
Method Summary | |
boolean |
match(Object element)
|
void |
setFilter(String pattern,
boolean ignoreCase,
boolean ignoreWildCards)
Sets the filter. |
Method Detail |
public void setFilter(String pattern, boolean ignoreCase, boolean ignoreWildCards)
pattern
- the filter pattern.ignoreCase
- a flag indicating whether pattern matching is case
insensitive or not.ignoreWildCards
- a flag indicating whether wildcard characters are
interpreted or not.public boolean match(Object element)
element
- The element to test against.
true
if the object matches the pattern,
false
otherwise. setFilter()
must have been called at least once prior to a call to this
method.
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.