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.SUGGESTIONMethods 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 theonSuggestionproperty.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 voidAutoCompletePopup.setOnSuggestion(javafx.event.EventHandler<AutoCompletePopup.SuggestionEvent<T>> value) Sets the value of theonSuggestionproperty.