Uses of Interface
ca.odell.glazedlists.matchers.MatcherEditor.Listener
-
Packages that use MatcherEditor.Listener Package Description ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations ofMatcherEditor
/Matchers
for use withFilterLists
. -
-
Uses of MatcherEditor.Listener in ca.odell.glazedlists.matchers
Methods in ca.odell.glazedlists.matchers with parameters of type MatcherEditor.Listener Modifier and Type Method Description void
AbstractMatcherEditorListenerSupport. addMatcherEditorListener(MatcherEditor.Listener<E> listener)
Add a listener to be notified when this editor'sMatcher
changes.void
MatcherEditor. addMatcherEditorListener(MatcherEditor.Listener<E> listener)
Add a listener to be notified when this editor'sMatcher
changes.void
AbstractMatcherEditorListenerSupport. removeMatcherEditorListener(MatcherEditor.Listener<E> listener)
Remove the listener so that it no longer receives notification when theMatcher
changes.void
MatcherEditor. removeMatcherEditorListener(MatcherEditor.Listener<E> listener)
Remove the listener so that it no longer receives notification when theMatcher
changes.
-