| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchMatcher | |
|---|---|
| oracle.javatools.ui.search | Provides a general purpose search or filter component. | 
| Uses of SearchMatcher in oracle.javatools.ui.search | 
|---|
| Methods in oracle.javatools.ui.search that return SearchMatcher | |
|---|---|
static SearchMatcher | 
SearchMatcher.getPrefixMatcher(java.lang.CharSequence searchString, boolean ignoreCase, boolean exclusive)Returns a matcher which will match if any of the words in the search string can be found as prefixes of words in the text to search.  | 
static SearchMatcher | 
SearchMatcher.getSubstringMatcher(java.lang.CharSequence searchString, boolean ignoreCase)Returns a matcher which will match if the text to search contains the complete search string at any position.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||