protected class BasicFileChooserUI.AcceptAllFileFilter extends FileFilter
Constructor and Description |
---|
BasicFileChooserUI.AcceptAllFileFilter()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File f)
Returns
true always, as all files are accepted by this
filter. |
String |
getDescription()
Returns a description for this filter.
|
public BasicFileChooserUI.AcceptAllFileFilter()
public boolean accept(File f)
true
always, as all files are accepted by this
filter.accept
in class FileFilter
f
- the file.true
.public String getDescription()
getDescription
in class FileFilter