Uses of Class
impl.org.controlsfx.skin.AutoCompletePopup.SuggestionEvent
Packages that use AutoCompletePopup.SuggestionEvent
-
Uses of AutoCompletePopup.SuggestionEvent in impl.org.controlsfx.skin
Fields in impl.org.controlsfx.skin with type parameters of type AutoCompletePopup.SuggestionEventModifier and TypeFieldDescriptionstatic final javafx.event.EventType
<AutoCompletePopup.SuggestionEvent<?>> AutoCompletePopup.SuggestionEvent.SUGGESTION
Methods in impl.org.controlsfx.skin that return types with arguments of type AutoCompletePopup.SuggestionEventModifier and TypeMethodDescriptionfinal javafx.event.EventHandler
<AutoCompletePopup.SuggestionEvent<T>> AutoCompletePopup.getOnSuggestion()
Gets the value of theonSuggestion
property.final javafx.beans.property.ObjectProperty
<javafx.event.EventHandler<AutoCompletePopup.SuggestionEvent<T>>> AutoCompletePopup.onSuggestionProperty()
* Properties * *Method parameters in impl.org.controlsfx.skin with type arguments of type AutoCompletePopup.SuggestionEventModifier and TypeMethodDescriptionfinal void
AutoCompletePopup.setOnSuggestion
(javafx.event.EventHandler<AutoCompletePopup.SuggestionEvent<T>> value) Sets the value of theonSuggestion
property.