Uses of Class
com.formdev.flatlaf.util.SystemFileChooser.FileFilter
Packages that use SystemFileChooser.FileFilter
-
Uses of SystemFileChooser.FileFilter in com.formdev.flatlaf.util
Subclasses of SystemFileChooser.FileFilter in com.formdev.flatlaf.utilModifier and TypeClassDescriptionstatic final classstatic final classA case-insensitive file filter which accepts file patterns containing the wildcard characters*?on Windows and Linux.Methods in com.formdev.flatlaf.util that return SystemFileChooser.FileFilterModifier and TypeMethodDescriptionSystemFileChooser.getAcceptAllFileFilter()SystemFileChooser.getChoosableFileFilters()SystemFileChooser.getFileFilter()Methods in com.formdev.flatlaf.util with parameters of type SystemFileChooser.FileFilterModifier and TypeMethodDescriptionvoidSystemFileChooser.addChoosableFileFilter(SystemFileChooser.FileFilter filter) booleanSystemFileChooser.removeChoosableFileFilter(SystemFileChooser.FileFilter filter) voidSystemFileChooser.setFileFilter(SystemFileChooser.FileFilter filter)