| Package | Description | 
|---|---|
| oracle.javatools.ui.search | 
 Provides a general purpose search or filter component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |