AbstractFileChooserOptions(DialogResultCallback<T,?> resultCallback) |
Creates a new instance of AbstractFileChooserOptions and sets the
callback to be notified with the dialog result.
|
AbstractFileChooserOptions(DialogResultCallback<T,D> resultCallback,
D data) |
Creates a new instance of AbstractFileChooserOptions and sets the
callback to be notified with the dialog result and an additional data
object to be passed to the callback.
|
DirectoryChooserOptions(DialogResultCallback<File,?> resultCallback) |
Creates a new instance of DirectoryChooserOptions and sets the
callback to be notified with the dialog result.
|
DirectoryChooserOptions(DialogResultCallback<File,D> resultCallback,
D data) |
Creates a new instance of DirectoryChooserOptions and sets the
callback to be notified with the dialog result and an additional data
object to be passed to the callback.
|
FileChooserOptions(DialogResultCallback<File,?> resultCallback) |
Creates a new instance of FileChooserOptions and sets the
callback to be notified with the dialog result.
|
FileChooserOptions(DialogResultCallback<File,D> resultCallback,
D data) |
Creates a new instance of FileChooserOptions and sets the
callback to be notified with the dialog result and an additional data
object to be passed to the callback.
|
MultiFileChooserOptions(DialogResultCallback<List<File>,?> resultCallback) |
Creates a new instance of MultiFileChooserOptions and sets the
callback to be notified with the dialog result.
|
MultiFileChooserOptions(DialogResultCallback<List<File>,D> resultCallback,
D data) |
Creates a new instance of MultiFileChooserOptions and sets the
callback to be notified with the dialog result and an additional data
object to be passed to the callback.
|