java.lang.Object
javax.swing.filechooser.FileFilter
javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true.The description of this filter.
-
Constructor Details
-
AcceptAllFileFilter
public AcceptAllFileFilter()Constructs anAcceptAllFileFilter
.
-
-
Method Details
-
accept
Returns true.- Specified by:
accept
in classFileFilter
- Parameters:
f
- the file- Returns:
- true
-
getDescription
The description of this filter. For example: "JPG and GIF Images"- Specified by:
getDescription
in classFileFilter
- Returns:
- the description of this filter
- See Also:
-