public class AutoCompletionEvent
extends java.util.EventObject
AutoCompletion. This can be
used by applications that wish to be notified of the auto-complete popup
window showing and hiding.| Modifier and Type | Class and Description |
|---|---|
static class |
AutoCompletionEvent.Type
Enumeration of the various types of this event.
|
| Constructor and Description |
|---|
AutoCompletionEvent(AutoCompletion source,
AutoCompletionEvent.Type type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AutoCompletion |
getAutoCompletion()
Returns the source
AutoCompletion instance. |
AutoCompletionEvent.Type |
getEventType()
Returns the type of this event.
|
public AutoCompletionEvent(AutoCompletion source, AutoCompletionEvent.Type type)
source - The AutoCompletion instance that fired
this event.type - The event type.public AutoCompletion getAutoCompletion()
AutoCompletion instance. This is just
shorthand for return (AutoCompletion)getSource();.AutoCompletion instance.public AutoCompletionEvent.Type getEventType()