javax.swing.plaf.basic
protected class BasicFileChooserUI.AcceptAllFileFilter extends FileFilter
| Constructor Summary | |
|---|---|
| AcceptAllFileFilter()
Creates a new instance. | |
| Method Summary | |
|---|---|
| boolean | accept(File f)
Returns true always, as all files are accepted by this
filter.
|
| String | getDescription()
Returns a description for this filter.
|
true always, as all files are accepted by this
filter.
Parameters: f the file.
Returns: Always true.
Returns: A description for the file filter.