Uses of Interface
javafx.util.Callback
Package
Description
-
Uses of Callback in com.sun.javafx.collections
ModifierConstructorDescriptionObservableListWrapper
(List<E> list, Callback<E, Observable[]> extractor) ObservableSequentialListWrapper
(List<E> list, Callback<E, Observable[]> extractor) -
Uses of Callback in com.sun.javafx.scene.control
ModifierConstructorDescriptionMultiplePropertyChangeListenerHandler
(Callback<String, Void> propertyChangedHandler) -
Uses of Callback in javafx.collections
Modifier 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
Modifier and TypeMethodDescriptionfinal Callback<ButtonType,
R> Dialog.getResultConverter()
Gets the value of theresultConverter
property.Modifier 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.Modifier and TypeMethodDescriptionfinal void
Dialog.setResultConverter
(Callback<ButtonType, R> value) Sets the value of theresultConverter
property.