Uses of Class
ca.odell.glazedlists.matchers.TextMatcherEditor
-
Packages that use TextMatcherEditor Package Description ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations ofMatcherEditor/Matchersfor use withFilterLists.ca.odell.glazedlists.swing -
-
Uses of TextMatcherEditor in ca.odell.glazedlists.matchers
Subclasses of TextMatcherEditor in ca.odell.glazedlists.matchers Modifier and Type Class Description classSearchEngineTextMatcherEditor<E>A MatcherEditor that matches Objects against search text in a format similiar to search engines. -
Uses of TextMatcherEditor in ca.odell.glazedlists.swing
Subclasses of TextMatcherEditor 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.
-