Uses of Interface
javafx.util.Callback
Packages that use Callback
Package
Description
-
Uses of Callback in com.sun.javafx.collections
Constructors in com.sun.javafx.collections with parameters of type CallbackModifierConstructorDescriptionObservableListWrapper
(List<E> list, Callback<E, Observable[]> extractor) ObservableSequentialListWrapper
(List<E> list, Callback<E, Observable[]> extractor) -
Uses of Callback in com.sun.javafx.scene.control
Constructors in com.sun.javafx.scene.control with parameters of type CallbackModifierConstructorDescriptionMultiplePropertyChangeListenerHandler
(Callback<String, Void> propertyChangedHandler) -
Uses of Callback in javafx.collections
Methods in javafx.collections with parameters of type CallbackModifier and TypeMethodDescriptionstatic <E> ObservableList<E>
FXCollections.observableArrayList
(Callback<E, Observable[]> extractor) Creates a new empty observable list backed by an arraylist.static <E> ObservableList<E>
FXCollections.observableList
(List<E> list, Callback<E, Observable[]> extractor) Constructs an ObservableList that is backed by the specified list. -
Uses of Callback in javafx.scene.control
Methods in javafx.scene.control that return CallbackModifier and TypeMethodDescriptionfinal Callback<ButtonType,
R> Dialog.getResultConverter()
Gets the value of theresultConverter
property.Methods in javafx.scene.control that return types with arguments of type CallbackModifier and TypeMethodDescriptionfinal ObjectProperty<Callback<ButtonType,
R>> Dialog.resultConverterProperty()
API to convert theButtonType
that the user clicked on into a result that can be returned via theresult
property.Methods in javafx.scene.control with parameters of type CallbackModifier and TypeMethodDescriptionfinal void
Dialog.setResultConverter
(Callback<ButtonType, R> value) Sets the value of theresultConverter
property.