| Package | Description |
|---|---|
| ca.odell.glazedlists.filter | |
| ca.odell.glazedlists.matchers |
Implementations and classes useful for creating implementations of
MatcherEditor/Matchers
for use with FilterLists. |
| Modifier and Type | Method and Description |
|---|---|
SearchEngineTextMatcherEditor.Field<E> |
SearchTerm.getField()
Returns the object that provides a custom TextFilterator to use when
locating this SearchTerm within an object.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
SearchTerm(java.lang.String text,
boolean negated,
boolean required,
SearchEngineTextMatcherEditor.Field<E> field)
Construct a new
SearchTerm with the given text
that is negated and required according to the given booleans. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SearchEngineTextMatcherEditor.Field<E>> |
SearchEngineTextMatcherEditor.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEngineTextMatcherEditor.setFields(java.util.Set<SearchEngineTextMatcherEditor.Field<E>> fields)
Replaces the current set of search fields.
|
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Mon Feb 25 11:02:37 CET 2019