| Package | Description | 
|---|---|
| oracle.javatools.ui.search | 
 Provides a general purpose search or filter component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SearchCategory | 
SearchEvent.getSearchCategory()
Returns the category to search in. 
 | 
SearchCategory | 
SearchField.getSelectedCategory()
Returns the currently selected category. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SearchField.addCategory(SearchCategory category)
Adds a category to the search field. 
 | 
void | 
SearchField.doSearch(SearchCategory category,
        java.lang.String searchText,
        SearchEvent.Direction direction)
Programmatically initiate a search. 
 | 
void | 
SearchField.doSearch(SearchCategory category,
        java.lang.String searchText,
        SearchEvent.Direction direction,
        boolean force)
Programmatically initiate a search. 
 | 
void | 
SearchField.removeCategory(SearchCategory category)
Removes a category from the search field. 
 | 
void | 
SearchField.setSelectedCategory(SearchCategory selectedCategory)
Sets the currently selected category. 
 |