| Package | Description | 
|---|---|
| oracle.javatools.ui.completion | 
| Modifier and Type | Method and Description | 
|---|---|
CompletionPopupHandler | 
CompletionTextField.getPopupHandler()
Get the popup handler for this completion text field. 
 | 
CompletionPopupHandler | 
CompletionTextComponent.getPopupHandler()
Returns the handler controlling completion popup for this component. 
 | 
CompletionPopupHandler | 
CompletionTextArea.getPopupHandler()
Get the popup handler being used by this completion text area. 
 | 
| Constructor and Description | 
|---|
CompletionTextArea(CompletionPopupHandler popupHandler)
Construct a completion text area with a custom popup handler. 
 | 
CompletionTextField(CompletionPopupHandler popupHandler)
Constructs a completion text field with a custom popup handler. 
 |