| Package | Description | 
|---|---|
| oracle.javatools.ui.search | 
 Provides a general purpose search or filter component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SearchField.TypingDelay | 
SearchField.getTypingDelay()
Returns the typing delay of this field when the
  
style is SearchField.Style.FILTER or
 SearchField.Style.FIND with autoFind. | 
static SearchField.TypingDelay | 
SearchField.TypingDelay.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SearchField.TypingDelay[] | 
SearchField.TypingDelay.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.setTypingDelay(SearchField.TypingDelay delay)
Sets the typing delay to use when the  
style is
 SearchField.Style.FILTER or SearchField.Style.FIND with autoFind. | 
void | 
MiniSearchDialog.setTypingDelay(SearchField.TypingDelay delay)  |