| Package | Description |
|---|---|
| ca.odell.glazedlists | |
| ca.odell.glazedlists.matchers |
Implementations and classes useful for creating implementations of
MatcherEditor/Matchers
for use with FilterLists. |
| Modifier and Type | Method and Description |
|---|---|
static <D,E> Filterator<D,E> |
GlazedLists.filterator(java.lang.Class<E> beanClass,
java.lang.String... propertyNames)
Creates a
TextFilterator that searches the given JavaBean
properties of the specified class. |
static <D,E> Filterator<D,E> |
GlazedLists.filterator(java.lang.String... propertyNames)
Creates a
TextFilterator that searches the given JavaBean
properties. |
| Modifier and Type | Method and Description |
|---|---|
Filterator<D,E> |
RangeMatcherEditor.getFilterator()
Get the filterator used to extract Comparables from the matched elements.
|
| Modifier and Type | Method and Description |
|---|---|
static <D extends java.lang.Comparable,E> |
Matchers.rangeMatcher(D start,
D end,
Filterator<D,E> filterator)
Creates a
Matcher that uses the given filterator
to extract Comparable objects from filtered objects and compares
those Comparables against the range between the given start
and end. |
| Constructor and Description |
|---|
RangeMatcherEditor(Filterator<D,E> filterator)
Creates a
RangeMatcherEditor that matches Objects using the
specified Filterator to get the Comparables to search. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2016-02-14 5:12