|
||||||||||
| 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. |
| ca.odell.glazedlists.nachocalendar | |
| Uses of Filterator in ca.odell.glazedlists |
|---|
| Methods in ca.odell.glazedlists that return Filterator | ||
|---|---|---|
static
|
GlazedLists.filterator(Class<E> beanClass,
String... propertyNames)
Creates a TextFilterator that searches the given JavaBean
properties of the specified class. |
|
static
|
GlazedLists.filterator(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 Comparables to search. |
|
| Uses of Filterator in ca.odell.glazedlists.nachocalendar |
|---|
| Constructors in ca.odell.glazedlists.nachocalendar with parameters of type Filterator | |
|---|---|
NachoDateRangeMatcherEditor(Filterator<Date,E> filterator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||