| Package | Description |
|---|---|
| oracle.javatools.controls.completionfield |
Classes implementing a code-insight like completion utility for text
fields.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionPopupHandler |
CompletionTextField.getPopupHandler()
Deprecated.
Get the popup handler for this completion text field.
|
CompletionPopupHandler |
CompletionTextComponent.getPopupHandler()
Deprecated.
Returns the handler controlling completion popup for this component.
|
CompletionPopupHandler |
CompletionTextArea.getPopupHandler()
Deprecated.
Get the popup handler being used by this completion text area.
|
| Constructor and Description |
|---|
CompletionTextArea(CompletionPopupHandler popupHandler)
Deprecated.
Construct a completion text area with a custom popup handler.
|
CompletionTextField(CompletionPopupHandler popupHandler)
Deprecated.
Constructs a completion text field with a custom popup handler.
|