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
Matcher
s 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
Matcher
s. This is because
Matcher
s 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 buildd at 2008-01-04 14:38