- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
-
- Enclosing class:
- BasicFileChooserUI
protected class BasicFileChooserUI.AcceptAllFileFilter extends FileFilter
Accept all file filter.
-
-
Constructor Summary
Constructors Constructor Description AcceptAllFileFilter()Constructs anAcceptAllFileFilter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(File f)Returns true.-
Methods declared in class javax.swing.filechooser.FileFilter
getDescription
-
-
-
-
Method Detail
-
accept
public boolean accept(File f)
Returns true.- Specified by:
acceptin classFileFilter- Parameters:
f- the file- Returns:
- true
-
-