java.lang.Object
javax.swing.filechooser.FileFilter
javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
- Enclosing class:
 - BasicFileChooserUI
 
Accept all file filter.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true.The description of this filter. 
- 
Constructor Details
- 
AcceptAllFileFilter
public AcceptAllFileFilter()Constructs anAcceptAllFileFilter. 
 - 
 - 
Method Details
- 
accept
Returns true.- Specified by:
 acceptin classFileFilter- Parameters:
 f- the file- Returns:
 - true
 
 - 
getDescription
The description of this filter. For example: "JPG and GIF Images"- Specified by:
 getDescriptionin classFileFilter- Returns:
 - the description of this filter
 - See Also:
 FileView.getName(java.io.File)
 
 -