Uses of Class
ca.odell.glazedlists.matchers.SearchEngineTextMatcherEditor.Field
-
Packages that use SearchEngineTextMatcherEditor.Field Package Description ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations ofMatcherEditor
/Matchers
for use withFilterLists
. -
-
Uses of SearchEngineTextMatcherEditor.Field in ca.odell.glazedlists.matchers
Methods in ca.odell.glazedlists.matchers that return types with arguments of type SearchEngineTextMatcherEditor.Field Modifier and Type Method Description java.util.Set<SearchEngineTextMatcherEditor.Field<E>>
SearchEngineTextMatcherEditor. getFields()
Method parameters in ca.odell.glazedlists.matchers with type arguments of type SearchEngineTextMatcherEditor.Field Modifier and Type Method Description void
SearchEngineTextMatcherEditor. setFields(java.util.Set<SearchEngineTextMatcherEditor.Field<E>> fields)
Replaces the current set of search fields.
-