Uses of Interface
ca.odell.glazedlists.matchers.MatcherEditor

Packages that use MatcherEditor
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   
ca.odell.glazedlists.swing   
ca.odell.glazedlists.swt   
 

Uses of MatcherEditor in ca.odell.glazedlists
 

Methods in ca.odell.glazedlists that return MatcherEditor
static
<E> MatcherEditor<E>
GlazedLists.fixedMatcherEditor(Matcher<E> matcher)
          Get a MatcherEditor that is fixed on the specified Matcher.
 

Methods in ca.odell.glazedlists with parameters of type MatcherEditor
 void FilterList.setMatcherEditor(MatcherEditor<? super E> editor)
          Set the MatcherEditor which provides a dynamic Matcher to determine which elements shall be filtered.
 

Constructors in ca.odell.glazedlists with parameters of type MatcherEditor
FilterList(EventList<E> source, MatcherEditor<? super E> matcherEditor)
          Convenience constructor for creating a FilterList and setting its MatcherEditor.
 

Uses of MatcherEditor in ca.odell.glazedlists.matchers
 

Classes in ca.odell.glazedlists.matchers that implement MatcherEditor
 class AbstractMatcherEditor<E>
          Basic building block for MatcherEditor implementations that handles the details of dealing with registered MatcherEditor.Listeners.
 class CompositeMatcherEditor<E>
          A MatcherEditor composed of zero or more delegate MatcherEditors.
 class RangeMatcherEditor<D extends Comparable,E>
          A MatcherEditor that produces Matchers which match Objects if they lie within a range of Comparables.
 class TextMatcherEditor<E>
          A matcher editor that matches Objects that contain a filter text string.
 class ThreadedMatcherEditor<E>
          A MatcherEditor which decorates a source MatcherEditor with functionality.
 class ThresholdMatcherEditor<E>
          A MatcherEditor that filters elements based on whether they are greater than or less than a threshold.
 

Methods in ca.odell.glazedlists.matchers that return MatcherEditor
 MatcherEditor<E> MatcherEditor.Event.getMatcherEditor()
          Get the MatcherEditor that originated this event, or null if this event originated directly from a FilterList in a call to FilterList.setMatcher(Matcher).
static
<E> MatcherEditor<E>
Matchers.weakReferenceProxy(MatcherEditor<E> matcherEditor)
          Provides a proxy to another MatcherEditor that may go out of scope without explicitly removing itself from the source MatcherEditor's set of listeners.
 

Methods in ca.odell.glazedlists.matchers with parameters of type MatcherEditor
static
<E> MatcherEditor<E>
Matchers.weakReferenceProxy(MatcherEditor<E> matcherEditor)
          Provides a proxy to another MatcherEditor that may go out of scope without explicitly removing itself from the source MatcherEditor's set of listeners.
 

Constructors in ca.odell.glazedlists.matchers with parameters of type MatcherEditor
MatcherEditor.Event(MatcherEditor<E> matcherEditor, int changeType, Matcher<E> matcher)
           
ThreadedMatcherEditor(MatcherEditor<E> source)
          Creates a ThreadedMatcherEditor which wraps the given source.
 

Uses of MatcherEditor in ca.odell.glazedlists.nachocalendar
 

Classes in ca.odell.glazedlists.nachocalendar that implement MatcherEditor
 class NachoDateRangeMatcherEditor<E>
          This NachoDateRangeMatcherEditor uses NachoCalendar DateField objects to edit the endpoints of the date range.
 

Uses of MatcherEditor in ca.odell.glazedlists.swing
 

Classes in ca.odell.glazedlists.swing that implement MatcherEditor
 class TextComponentMatcherEditor<E>
          A MatcherEditor that matches Objects that contain the filter text located within a Document.
 

Uses of MatcherEditor in ca.odell.glazedlists.swt
 

Classes in ca.odell.glazedlists.swt that implement MatcherEditor
 class TextWidgetMatcherEditor
          A MatcherEditor that matches elements that contain the filter text located within a Text field.
 



Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by jessewilson at 2006-08-09 23:05