ca.odell.glazedlists.matchers
Interface MatcherEditor<E>
- AbstractMatcherEditor<E>, CompositeMatcherEditor<E>, RangeMatcherEditor<D,extends,Comparable,E>, TextComponentMatcherEditor<E>, TextMatcherEditor<E>, ThreadedMatcherEditor<E>, ThresholdMatcherEditor<E>
public interface MatcherEditor<E>
A facility for modifying the
Matchers which specify the behaviour of a
FilterList.
Although this interface is called an
Editor, the
implementor should create new
Matcher instances on each
change rather than modifying the existing
Matchers. This is because
Matchers work best when they are immutable. Further information
on this immutability can be found in the
Matcher Javadoc.
addMatcherEditorListener
public void addMatcherEditorListener(Listener listener)
Add a listener to be notified when this editor's
Matcher changes.
getMatcher
public Matcher getMatcher()
removeMatcherEditorListener
public void removeMatcherEditorListener(Listener listener)
Remove the listener so that it no longer receives notification when the
Matcher changes.
Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2007-12-21 23:49