-
Property Summary
Properties
Defines the handler to be called when the user selects a file.
-
Method Summary
create(javafx.scene.Node node)
Gets the handler to be called when the user selects a file.
Defines the handler to be called when the user selects a file.
void
Sets the handler to be called when the user selects a file.
getExtensionFilters, getInitialDirectory, getInitialFileName, getNode, getSelectedExtensionFilter, getTitle, initialDirectoryProperty, initialFileNameProperty, selectedExtensionFilterProperty, setInitialDirectory, setInitialFileName, setSelectedExtensionFilter, setTitle, titleProperty
-
Property Details
-
onFileSelected
Defines the handler to be called when the user selects a file.
The handler returns the selected files or null if
no file has been selected.
- See Also:
-
-
Method Details
-
-
getOnFileSelected
Gets the handler to be called when the user selects a file.
- Returns:
- the event handler or
null.
-
setOnFileSelected
Sets the handler to be called when the user selects a file.
- Parameters:
value - the event handler or null.
-
onFileSelectedProperty
Defines the handler to be called when the user selects a file.
The handler returns the selected files or null if
no file has been selected.
- Returns:
- the
onFileSelected property
- See Also:
-