Package | Description |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.matchers |
Implementations and classes useful for creating implementations of
MatcherEditor /Matchers
for use with FilterLists . |
ca.odell.glazedlists.swing | |
ca.odell.glazedlists.swt |
Modifier and Type | Method and Description |
---|---|
static <E> MatcherEditor<E> |
GlazedLists.fixedMatcherEditor(Matcher<E> matcher)
Get a
MatcherEditor that is fixed on the specified Matcher . |
Modifier and Type | Method and Description |
---|---|
void |
FilterList.setMatcherEditor(MatcherEditor<? super E> editor)
Set the
MatcherEditor which provides a dynamic Matcher
to determine which elements shall be filtered. |
Constructor and Description |
---|
FilterList(EventList<E> source,
MatcherEditor<? super E> matcherEditor)
Convenience constructor for creating a
FilterList and setting its
MatcherEditor . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMatcherEditor<E>
Basic building block for
MatcherEditor implementations that
handles the details of dealing with registered MatcherEditor.Listener s. |
class |
CompositeMatcherEditor<E>
A
MatcherEditor composed of zero or more delegate
MatcherEditor s. |
class |
RangeMatcherEditor<D extends java.lang.Comparable,E>
A MatcherEditor that produces Matchers which match Objects if they lie
within a range of
Comparable s. |
class |
SearchEngineTextMatcherEditor<E>
A MatcherEditor that matches Objects against search text in a format similiar
to search engines.
|
class |
TextMatcherEditor<E>
A matcher editor that matches Objects that contain a filter text string.
|
class |
ThreadedMatcherEditor<E>
A MatcherEditor which decorates a source MatcherEditor with functionality.
|
class |
ThresholdMatcherEditor<E,T>
A
MatcherEditor that filters elements based on whether they are
greater than or less than a threshold. |
Modifier and Type | Method and Description |
---|---|
MatcherEditor<E> |
MatcherEditor.Event.getMatcherEditor()
Get the
MatcherEditor that originated this event, or null
if this event originated directly from a FilterList in a call
to FilterList.setMatcher(Matcher) . |
static <E> MatcherEditor<E> |
Matchers.weakReferenceProxy(MatcherEditor<E> matcherEditor)
Provides a proxy to another MatcherEditor that may go out of scope
without explicitly removing itself from the source MatcherEditor's set
of listeners.
|
Modifier and Type | Method and Description |
---|---|
EventList<MatcherEditor<E>> |
CompositeMatcherEditor.getMatcherEditors()
|
Modifier and Type | Method and Description |
---|---|
static <E> MatcherEditor<E> |
Matchers.weakReferenceProxy(MatcherEditor<E> matcherEditor)
Provides a proxy to another MatcherEditor that may go out of scope
without explicitly removing itself from the source MatcherEditor's set
of listeners.
|
Constructor and Description |
---|
MatcherEditor.Event(MatcherEditor<E> matcherEditor,
int changeType,
Matcher<E> matcher) |
ThreadedMatcherEditor(MatcherEditor<E> source)
Creates a ThreadedMatcherEditor which wraps the given
source . |
Constructor and Description |
---|
CompositeMatcherEditor(EventList<MatcherEditor<E>> matcherEditors)
Create a
CompositeMatcherEditor that creates Matchers from the union
of the specified EventList of MatcherEditor s. |
Modifier and Type | Class and Description |
---|---|
class |
SearchEngineTextFieldMatcherEditor<E>
A MatcherEditor that matches Objects that contain the filter text located
within a
JTextField . |
class |
TextComponentMatcherEditor<E>
A MatcherEditor that matches Objects that contain the filter text located
within a
Document . |
Modifier and Type | Class and Description |
---|---|
class |
SearchEngineTextWidgetMatcherEditor<E>
A
MatcherEditor that matches elements that contain the filter text located
within a Text field. |
class |
TextWidgetMatcherEditor<E>
A
MatcherEditor that matches elements that contain the filter text located
within a Text field. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2012-03-02 14:06