Class AutoCompletePopup.SuggestionEvent<TE>

java.lang.Object
java.util.EventObject
javafx.event.Event
impl.org.controlsfx.skin.AutoCompletePopup.SuggestionEvent<TE>
Type Parameters:
TE -
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
AutoCompletePopup<T>

public static class AutoCompletePopup.SuggestionEvent<TE> extends javafx.event.Event
Represents an Event which is fired when the user has selected a suggestion for auto-complete
See Also:
  • Field Details

  • Constructor Details

    • SuggestionEvent

      public SuggestionEvent(TE suggestion)
  • Method Details

    • getSuggestion

      public TE getSuggestion()
      Returns the suggestion which was chosen by the user
      Returns: