| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| oracle.javatools.ui.combo | |
| oracle.javatools.ui.completion | |
| oracle.javatools.ui.search | 
 Provides a general purpose search or filter component. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExtendedTextField
A custom text component for use where the contents of a text field may be
 considerably longer than the visible area of the text field, and where
 using a larger JTextArea is not suitable. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
PromptedComboBoxEditor.BorderlessPromptedTextField  | 
| Modifier and Type | Method and Description | 
|---|---|
PromptedTextField | 
PromptedComboBoxEditor.getEditorComponent()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CompletionTextField
CompletionTextField is a JTextField with built in support for displaying
 a completion list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PromptedTextField | 
SearchField.getTextField()
Returns the wrapped prompted text field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SearchFieldUI.configureTextField(PromptedTextField field)  | 
| Constructor and Description | 
|---|
SearchField(PromptedTextField textField)  | 
SearchField(PromptedTextField textField,
           SearchField.Style style)  |