Uses of Class
de.grogra.pf.ui.FileChooserResult
-
Uses of FileChooserResult in de.grogra.cli.ui
Modifier and TypeMethodDescriptionCLIWindowSupport.chooseFile
(String title, File directory, FileFilter[] filters, int type, boolean mustExist, FileFilter selectedFilter) Create a "dialog" (a request in the terminal) to get a path to a file. -
Uses of FileChooserResult in de.grogra.pf.ui
Modifier and TypeMethodDescriptionHeadlessToolkit.chooseFile
(String title, FileFilter[] filters, int type, boolean mustExist, FileFilter selectedFilter, Context ctx, String sourcePath) UIToolkit.chooseFile
(String title, FileFilter[] filters, int type, boolean mustExist, FileFilter selectedFilter, Context ctx, String sourcePath) Window.chooseFile
(String title, File directory, FileFilter[] filters, int type, boolean mustExist, FileFilter selectedFilter) Workbench.chooseFileToSave
(String title, IOFlavor flavor, FileTypeItem.Filter selectedfilter) FileChooserResult.validate
(boolean mustExist, int type) -
Uses of FileChooserResult in de.grogra.pf.ui.swing
Modifier and TypeMethodDescriptionWindowSupport.chooseFile
(String title, File directory, FileFilter[] filters, int type, boolean mustExist, FileFilter selectedFilter)