|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filterator | |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.matchers | Implementations and classes useful for creating implementations of
MatcherEditor /Matchers
for use with FilterLists . |
Uses of Filterator in ca.odell.glazedlists |
---|
Methods in ca.odell.glazedlists that return Filterator | ||
---|---|---|
static
|
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
|
GlazedLists.filterator(java.lang.String... propertyNames)
Creates a TextFilterator that searches the given JavaBean
properties. |
Uses of Filterator in ca.odell.glazedlists.matchers |
---|
Methods in ca.odell.glazedlists.matchers that return Filterator | |
---|---|
Filterator<D,E> |
RangeMatcherEditor.getFilterator()
Get the filterator used to extract Comparables from the matched elements. |
Methods in ca.odell.glazedlists.matchers with parameters of type Filterator | ||
---|---|---|
static
|
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 . |
Constructors in ca.odell.glazedlists.matchers with parameters of type Filterator | |
---|---|
RangeMatcherEditor(Filterator<D,E> filterator)
Creates a RangeMatcherEditor that matches Objects using the
specified Filterator to get the Comparable s to search. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |