Uses of Class
com.compomics.util.gui.file_handling.FileAndFileFilter
Package | Description |
---|---|
com.compomics.util.gui.file_handling |
GUI related file filters.
|
-
Uses of FileAndFileFilter in com.compomics.util.gui.file_handling
Methods in com.compomics.util.gui.file_handling that return FileAndFileFilter Modifier and Type Method Description static FileAndFileFilter
FileChooserUtil. getUserSelectedFile(Component parent, String[] fileEndings, String[] fileFormatDescriptions, String aDialogTitle, String lastSelectedFolder, String aSuggestedFileName, boolean openDialog, boolean formatSelectedByUser, boolean showAllFilesOption, int defaultFilterIndex)
Returns the file selected by the user, or null if no file was selected.