| Package | Description |
|---|---|
| ca.odell.glazedlists.filter |
| Modifier and Type | Method and Description |
|---|---|
SearchTerm[] |
TextMatcher.getSearchTerms()
Returns the searchTerms strings matched by this
TextMatcher. |
SearchTerm<E> |
SearchTerm.newSearchTerm(java.lang.String text)
Return a new
SearchTerm with identical information save for
the given text. |
static SearchTerm[] |
TextMatchers.normalizeSearchTerms(SearchTerm[] filters,
TextSearchStrategy.Factory strategy)
This convenience function maps each of the
filters by
running each of their characters through the characterMap. |
static <E> SearchTerm<E>[] |
TextMatchers.parse(java.lang.String text)
Parse the given
text and produce an array of
SearchTerm objects that describe text to match as well as
metadata about the way it should be used. |
static <E> SearchTerm<E>[] |
TextMatchers.parse(java.lang.String text,
java.util.Set<SearchEngineTextMatcherEditor.Field<E>> fields)
Parse the given
text and produce an array of
SearchTerm objects that describe text to match as well as
metadata about the way it should be used. |
| Modifier and Type | Method and Description |
|---|---|
static <E> boolean |
TextMatchers.matches(java.util.List<java.lang.String> filterStrings,
TextFilterator<? super E> filterator,
SearchTerm<E>[] searchTerms,
TextSearchStrategy[] filterStrategies,
E element)
Execute the logic that determines whether the given
element
is matched by all of the given filterStrategies. |
static SearchTerm[] |
TextMatchers.normalizeSearchTerms(SearchTerm[] filters,
TextSearchStrategy.Factory strategy)
This convenience function maps each of the
filters by
running each of their characters through the characterMap. |
| Constructor and Description |
|---|
TextMatcher(SearchTerm[] searchTerms,
TextFilterator<? super E> filterator,
int mode,
java.lang.Object strategy) |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Mon Feb 25 11:02:37 CET 2019