Uses of Class
org.controlsfx.control.textfield.AutoCompletionBinding
Packages that use AutoCompletionBinding
Package
Description
A package containing a number of useful classes related to text input.
-
Uses of AutoCompletionBinding in org.controlsfx.control.textfield
Methods in org.controlsfx.control.textfield that return AutoCompletionBindingModifier and TypeMethodDescriptionstatic <T> AutoCompletionBinding
<T> TextFields.bindAutoCompletion
(javafx.scene.control.TextField textField, Collection<T> possibleSuggestions) static <T> AutoCompletionBinding
<T> TextFields.bindAutoCompletion
(javafx.scene.control.TextField textField, javafx.util.Callback<AutoCompletionBinding.ISuggestionRequest, Collection<T>> suggestionProvider) Create a new auto-completion binding between the given textField and the given suggestion provider.static <T> AutoCompletionBinding
<T> TextFields.bindAutoCompletion
(javafx.scene.control.TextField textField, javafx.util.Callback<AutoCompletionBinding.ISuggestionRequest, Collection<T>> suggestionProvider, javafx.util.StringConverter<T> converter) Create a new auto-completion binding between the given textField and the given suggestion provider.static <T> AutoCompletionBinding
<T> TextFields.bindAutoCompletion
(javafx.scene.control.TextField textField, T... possibleSuggestions) Create a new auto-completion binding between the givenTextField
using the given auto-complete suggestions