public class AutoCompletionEvent extends 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.
|
source
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.
|
getSource, toString
public AutoCompletionEvent(AutoCompletion source, AutoCompletionEvent.Type type)
source
- The type
- The event type.public AutoCompletion getAutoCompletion()
AutoCompletion
instance. This is just
shorthand for return (AutoCompletion)getSource();
.AutoCompletion
instance.public AutoCompletionEvent.Type getEventType()