|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMatcherEditor | |
---|---|
ca.odell.glazedlists.matchers | Implementations and classes useful for creating implementations of
MatcherEditor /Matchers
for use with FilterLists . |
ca.odell.glazedlists.nachocalendar | |
ca.odell.glazedlists.swing | |
ca.odell.glazedlists.swt |
Uses of AbstractMatcherEditor in ca.odell.glazedlists.matchers |
---|
Subclasses of AbstractMatcherEditor in ca.odell.glazedlists.matchers | |
---|---|
class |
CompositeMatcherEditor<E>
A MatcherEditor composed of zero or more delegate
MatcherEditor s. |
class |
RangeMatcherEditor<D extends 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. |
Uses of AbstractMatcherEditor in ca.odell.glazedlists.nachocalendar |
---|
Subclasses of AbstractMatcherEditor in ca.odell.glazedlists.nachocalendar | |
---|---|
class |
NachoDateRangeMatcherEditor<E>
This NachoDateRangeMatcherEditor uses
NachoCalendar DateField
objects to edit the endpoints of the date range. |
Uses of AbstractMatcherEditor in ca.odell.glazedlists.swing |
---|
Subclasses of AbstractMatcherEditor in ca.odell.glazedlists.swing | |
---|---|
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 . |
Uses of AbstractMatcherEditor in ca.odell.glazedlists.swt |
---|
Subclasses of AbstractMatcherEditor in ca.odell.glazedlists.swt | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |