| Package | Description | 
|---|---|
| oracle.javatools.ui.search | 
 Provides a general purpose search or filter component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SearchEvent.Direction | 
SearchEvent.getDirection()
Returns the direction of the search. 
 | 
static SearchEvent.Direction | 
SearchEvent.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SearchEvent.Direction[] | 
SearchEvent.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
protected void | 
SearchField.fireSearchPerformed(SearchEvent.Direction direction,
                   boolean keypress)
Fires the  
searchPerformed
 event to all registered listeners. | 
void | 
TextComponentSearchSupport.search(SearchEvent.Direction direction,
      java.lang.String text)
Search for the given text in the given direction 
 |