Uses of Class
ca.odell.glazedlists.matchers.AbstractMatcherEditor
-
Packages that use AbstractMatcherEditor Package Description ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations ofMatcherEditor
/Matchers
for use withFilterLists
.ca.odell.glazedlists.swing -
-
Uses of AbstractMatcherEditor in ca.odell.glazedlists.matchers
Subclasses of AbstractMatcherEditor in ca.odell.glazedlists.matchers Modifier and Type Class Description class
CompositeMatcherEditor<E>
AMatcherEditor
composed of zero or more delegateMatcherEditor
s.class
RangeMatcherEditor<D extends java.lang.Comparable,E>
A MatcherEditor that produces Matchers which match Objects if they lie within a range ofComparable
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
ThresholdMatcherEditor<E,T>
AMatcherEditor
that filters elements based on whether they are greater than or less than a threshold. -
Uses of AbstractMatcherEditor in ca.odell.glazedlists.swing
Subclasses of AbstractMatcherEditor in ca.odell.glazedlists.swing Modifier and Type Class Description class
SearchEngineTextFieldMatcherEditor<E>
A MatcherEditor that matches Objects that contain the filter text located within aJTextField
.class
TextComponentMatcherEditor<E>
A MatcherEditor that matches Objects that contain the filter text located within aDocument
.
-