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/Matchersfor 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 classCompositeMatcherEditor<E>AMatcherEditorcomposed of zero or more delegateMatcherEditors.classRangeMatcherEditor<D extends java.lang.Comparable,E>A MatcherEditor that produces Matchers which match Objects if they lie within a range ofComparables.classSearchEngineTextMatcherEditor<E>A MatcherEditor that matches Objects against search text in a format similiar to search engines.classTextMatcherEditor<E>A matcher editor that matches Objects that contain a filter text string.classThresholdMatcherEditor<E,T>AMatcherEditorthat 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 classSearchEngineTextFieldMatcherEditor<E>A MatcherEditor that matches Objects that contain the filter text located within aJTextField.classTextComponentMatcherEditor<E>A MatcherEditor that matches Objects that contain the filter text located within aDocument.
-