|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatcherEditor.Event | |
---|---|
ca.odell.glazedlists.matchers | Implementations and classes useful for creating implementations of
MatcherEditor /Matchers
for use with FilterLists . |
Uses of MatcherEditor.Event in ca.odell.glazedlists.matchers |
---|
Methods in ca.odell.glazedlists.matchers that return MatcherEditor.Event | |
---|---|
protected MatcherEditor.Event<E> |
ThreadedMatcherEditor.coalesceMatcherEvents(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 | |
---|---|
void |
MatcherEditor.Listener.changedMatcher(MatcherEditor.Event<E> matcherEvent)
Indicates a changes has occurred in the Matcher produced by the MatcherEditor. |
protected void |
AbstractMatcherEditorListenerSupport.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 | |
---|---|
protected MatcherEditor.Event<E> |
ThreadedMatcherEditor.coalesceMatcherEvents(List<MatcherEditor.Event<E>> matcherEvents)
This method implements the strategy for coalescing many queued MatcherEvents into a single representative MatcherEvent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |