Module org.controlsfx.controls
Package org.controlsfx.control.textfield
Class AutoCompletionBinding.AutoCompletionEvent<TE>
java.lang.Object
java.util.EventObject
javafx.event.Event
org.controlsfx.control.textfield.AutoCompletionBinding.AutoCompletionEvent<TE>
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- AutoCompletionBinding<T>
Represents an Event which is fired after an auto completion.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventType<AutoCompletionBinding.AutoCompletionEvent<?>>The event type that should be listened to by people interested in knowing when an auto completion has been performed.Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAutoCompletionEvent(TE completion) Creates a new event that can subsequently be fired. -
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
AUTO_COMPLETED
The event type that should be listened to by people interested in knowing when an auto completion has been performed.
-
-
Constructor Details
-
AutoCompletionEvent
Creates a new event that can subsequently be fired.
-
-
Method Details
-
getCompletion
Returns the chosen completion.
-