| 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 |
|---|---|
TextMatcher<E> |
TextMatcher.newFilterator(TextFilterator<? super E> filterator)
Return a new TextMatcher identical to this TextMatcher save for the
given
filterator. |
TextMatcher<E> |
TextMatcher.newMode(int mode)
Return a new TextMatcher identical to this TextMatcher save for the
given
mode. |
TextMatcher<E> |
TextMatcher.newStrategy(java.lang.Object strategy)
Return a new TextMatcher identical to this TextMatcher save for the
given
strategy. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TextMatchers.isMatcherConstrained(TextMatcher oldMatcher,
TextMatcher newMatcher)
A method to determine if
newMatcher is an absolute
constrainment of oldMatcher, meaning it is guaranteed to
match fewer items than the oldMatcher. |
static boolean |
TextMatchers.isMatcherConstrained(TextMatcher oldMatcher,
TextMatcher newMatcher)
A method to determine if
newMatcher is an absolute
constrainment of oldMatcher, meaning it is guaranteed to
match fewer items than the oldMatcher. |
static boolean |
TextMatchers.isMatcherRelaxed(TextMatcher oldMatcher,
TextMatcher newMatcher)
A method to determine if
newMatcher is an absolute
relaxation of oldMatcher, meaning it is guaranteed to
match more items than the oldMatcher. |
static boolean |
TextMatchers.isMatcherRelaxed(TextMatcher oldMatcher,
TextMatcher newMatcher)
A method to determine if
newMatcher is an absolute
relaxation of oldMatcher, meaning it is guaranteed to
match more items than the oldMatcher. |
| Modifier and Type | Method and Description |
|---|---|
protected TextMatcher<E> |
TextMatcherEditor.getCurrentTextMatcher()
Return the current Matcher if it is a
TextMatcher or
null if no current Matcher exists or is something other
than a TextMatcher. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TextMatcherEditor.setTextMatcher(TextMatcher<E> newMatcher)
This method replaces the current Matcher in this TextMatcherEditor with
the
newMatcher if it is different. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Mon Feb 25 11:02:37 CET 2019