Uses of Class
net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
-
Packages that use FileExtensionFilter Package Description net.sf.jguiraffe.gui.dlg.filechooser A package allowing access to file choosing dialogs. -
-
Uses of FileExtensionFilter in net.sf.jguiraffe.gui.dlg.filechooser
Methods in net.sf.jguiraffe.gui.dlg.filechooser that return FileExtensionFilter Modifier and Type Method Description FileExtensionFilter
AbstractFileChooserOptions. getCurrentFilter()
Returns the current filter.Methods in net.sf.jguiraffe.gui.dlg.filechooser that return types with arguments of type FileExtensionFilter Modifier and Type Method Description List<FileExtensionFilter>
AbstractFileChooserOptions. getFilters()
Returns a (unmodifiable) list with predefined file filters.Methods in net.sf.jguiraffe.gui.dlg.filechooser with parameters of type FileExtensionFilter Modifier and Type Method Description S
AbstractFileChooserOptions. setFilters(FileExtensionFilter... filters)
Sets the filters for the file types to be displayed as var args.Method parameters in net.sf.jguiraffe.gui.dlg.filechooser with type arguments of type FileExtensionFilter Modifier and Type Method Description S
AbstractFileChooserOptions. setFilters(List<FileExtensionFilter> filters)
Sets the filters for the file types to be displayed.
-