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
/Matchers
for 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 class
SearchEngineTextMatcherEditor<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 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
.
-