Uses of Class
de.grogra.pf.ui.FileChooserResult
Packages that use FileChooserResult
-
Uses of FileChooserResult in de.grogra.cli.ui
Methods in de.grogra.cli.ui that return FileChooserResultModifier 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
Methods in de.grogra.pf.ui that return FileChooserResultModifier 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) Methods in de.grogra.pf.ui with parameters of type FileChooserResult -
Uses of FileChooserResult in de.grogra.pf.ui.swing
Methods in de.grogra.pf.ui.swing that return FileChooserResultModifier and TypeMethodDescriptionWindowSupport.chooseFile
(String title, File directory, FileFilter[] filters, int type, boolean mustExist, FileFilter selectedFilter)