Uses of Class
ca.odell.glazedlists.matchers.MatcherEditor.Event
-
Packages that use MatcherEditor.Event Package Description ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations ofMatcherEditor/Matchersfor use withFilterLists. -
-
Uses of MatcherEditor.Event in ca.odell.glazedlists.matchers
Methods in ca.odell.glazedlists.matchers that return MatcherEditor.Event Modifier and Type Method Description protected MatcherEditor.Event<E>ThreadedMatcherEditor. coalesceMatcherEvents(java.util.List<MatcherEditor.Event<E>> matcherEvents)This method implements the strategy for coalescing many queued MatcherEvents into a single representative MatcherEvent.protected MatcherEditor.Event<E>AbstractMatcherEditorListenerSupport. createChangedEvent(Matcher<E> matcher)creates a changed event.protected MatcherEditor.Event<E>AbstractMatcherEditorListenerSupport. createConstrainedEvent(Matcher<E> matcher)creates a constrained event.protected MatcherEditor.Event<E>AbstractMatcherEditorListenerSupport. createMatchAllEvent(Matcher<E> matcher)creates a match all event.protected MatcherEditor.Event<E>AbstractMatcherEditorListenerSupport. createMatchNoneEvent(Matcher<E> matcher)creates a match none event.protected MatcherEditor.Event<E>AbstractMatcherEditorListenerSupport. createRelaxedEvent(Matcher<E> matcher)creates a relaxed event.Methods in ca.odell.glazedlists.matchers with parameters of type MatcherEditor.Event Modifier and Type Method Description voidMatcherEditor.Listener. changedMatcher(MatcherEditor.Event<E> matcherEvent)Indicates a changes has occurred in the Matcher produced by the MatcherEditor.protected voidAbstractMatcherEditorListenerSupport. fireChangedMatcher(MatcherEditor.Event<E> event)delivers the given matcher event to all registered listeners.Method parameters in ca.odell.glazedlists.matchers with type arguments of type MatcherEditor.Event Modifier and Type Method Description protected MatcherEditor.Event<E>ThreadedMatcherEditor. coalesceMatcherEvents(java.util.List<MatcherEditor.Event<E>> matcherEvents)This method implements the strategy for coalescing many queued MatcherEvents into a single representative MatcherEvent.
-