Uses of Interface
thinletcommons.FileFilter
Packages that use FileFilter
Package
Description
This package contains some common gui widgets such as a directory chooser,
a font chooser, a generic message dialog box etc.
-
Uses of FileFilter in thinletcommons
Classes in thinletcommons that implement FileFilterModifier and TypeClassDescriptionclassA file filter forFileChooserthat accepts files based on file name endings (extensions).Methods in thinletcommons that return FileFilterMethods in thinletcommons with parameters of type FileFilterModifier and TypeMethodDescriptionvoidFileChooser.setFileFilters(FileFilter[] filters) Set the list of choosable file filters.