public interface FileChooserProvider
Modifier and Type | Method and Description |
---|---|
Path |
showOpenDialog()
Shows a file chooser dialog to select a file to open.
|
List<Path> |
showOpenMultipleDialog()
Shows a file chooser dialog to select multiple files to open.
|
Path |
showSaveAsDialog(String initialFileName)
Shows a file chooser dialog to choose a path to save a file.
|
List<Path> showOpenMultipleDialog()
Path showOpenDialog()
Copyright © 2012–2019 Drombler. All rights reserved.