public static class AutoCompletionBinding.AutoCompletionEvent<TE>
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<AutoCompletionBinding.AutoCompletionEvent<?>> |
AUTO_COMPLETED
The event type that should be listened to by people interested in
knowing when an auto completion has been performed.
|
| Constructor and Description |
|---|
AutoCompletionEvent(TE completion)
Creates a new event that can subsequently be fired.
|
| Modifier and Type | Method and Description |
|---|---|
TE |
getCompletion()
Returns the chosen completion.
|
public static final javafx.event.EventType<AutoCompletionBinding.AutoCompletionEvent<?>> AUTO_COMPLETED
public AutoCompletionEvent(TE completion)
public TE getCompletion()