Uses of Class javax.swing.filechooser.FileFilter

Uses in package javax.swing.plaf

Methods with return type javax.swing.filechooser.FileFilter

FileFilter
Returns a FileFilter that accepts every file.

Uses in package javax.swing.plaf.multi

Methods with return type javax.swing.filechooser.FileFilter

FileFilter
Calls the FileChooserUI.getAcceptAllFileFilter(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI, returning the filter for the UI delegate from the primary look and feel.

Uses in package javax.swing

Methods with parameter type javax.swing.filechooser.FileFilter

void
Adds a file filter to the list of available filters and sends a PropertyChangeEvent (with the property name CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY) to all registered listeners.
boolean
Removes a file filter from the list of available filters and sends a PropertyChangeEvent (with the property name CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY) to all registered listeners.
void
Sets the file filter and sends a PropertyChangeEvent (with the property name FILE_FILTER_CHANGED_PROPERTY) to all registered listeners.

Methods with return type javax.swing.filechooser.FileFilter

FileFilter
Returns the 'accept all' file filter from the UI delegate.
FileFilter[]
Returns the available file filters for this file chooser.
FileFilter
Returns the file filter.

Uses in package javax.swing.plaf.metal

Fields of type javax.swing.filechooser.FileFilter

FileFilter[]
Storage for the filters in the model.

Uses in package javax.swing.plaf.basic

Classes derived from javax.swing.filechooser.FileFilter

class
A file filter that accepts all files.

Methods with return type javax.swing.filechooser.FileFilter

FileFilter
Returns the "accept all" file filter.