Class BasicFileChooserUI.AcceptAllFileFilter
- 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
Constructor | Description |
---|---|
AcceptAllFileFilter() | Constructs an |
Method Summary
Modifier and Type | Method | Description |
---|---|---|
boolean | accept(File f) | Returns true. |
Methods declared in class javax.swing.filechooser.FileFilter
getDescription
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
AcceptAllFileFilter
public AcceptAllFileFilter()
Constructs an AcceptAllFileFilter
.
Method Detail
accept
public boolean accept(File f)
Returns true.
- Specified by:
-
accept
in classFileFilter
- Parameters:
-
f
- the file - Returns:
- true