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>

public static class AutoCompletionBinding.AutoCompletionEvent<TE> extends Event
Represents an Event which is fired after an auto completion.
See Also:
  • Field Details

  • Constructor Details

    • AutoCompletionEvent

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

    • getCompletion

      public TE getCompletion()
      Returns the chosen completion.