Class AutoCompletionBinding.AutoCompletionEvent<TE>

    • Field Detail

      • AUTO_COMPLETED

        public static final 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 Detail

      • AutoCompletionEvent

        public AutoCompletionEvent​(TE completion)
        Creates a new event that can subsequently be fired.
    • Method Detail

      • getCompletion

        public TE getCompletion()
        Returns the chosen completion.