public class SynchronousJFXFileChooser extends Object
| Constructor and Description |
|---|
SynchronousJFXFileChooser(Supplier<javafx.stage.FileChooser> fileChooserFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
showDialog(Function<javafx.stage.FileChooser,T> method) |
<T> T |
showDialog(Function<javafx.stage.FileChooser,T> method,
long timeout,
TimeUnit unit) |
File |
showOpenDialog() |
List<File> |
showOpenMultipleDialog() |
File |
showSaveDialog() |
public SynchronousJFXFileChooser(Supplier<javafx.stage.FileChooser> fileChooserFactory)
Copyright © 2019. All rights reserved.