Uses of Interface
ca.odell.glazedlists.Filterator

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
<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.
 

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
<D extends java.lang.Comparable,E>
Matcher<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.
 

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.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2013-07-04 20:55