JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Gets the extension filters used in the displayed file dialog.
The delegate hashcode
The initial directory for the displayed dialog.
The initial file name for the displayed dialog.
This property is used to pre-select the extension filter for the next displayed dialog and to read the user-selected extension filter from the dismissed dialog.
Shows a new file open dialog.
Shows a new file open dialog.
the selected file or null if no file has been selected
Shows a new file open dialog in which multiple files can be selected.
Shows a new file open dialog in which multiple files can be selected.
the selected files or null if no file has been selected
Shows a new file save dialog.
Shows a new file save dialog.
the selected file or null if no file has been selected
The title of the displayed dialog.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Provides support for standard platform file dialogs. These dialogs have look and feel of the platform UI components which is independent of JavaFX.
Example: