java.lang.Object
javax.swing.filechooser.FileFilter
javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter
- Enclosing class:
- BasicFileChooserUI
Accept all file filter.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns true.The description of this filter.
- 
Constructor Details- 
AcceptAllFileFilterpublic AcceptAllFileFilter()Constructs anAcceptAllFileFilter.
 
- 
- 
Method Details- 
acceptReturns true.- Specified by:
- acceptin class- FileFilter
- Parameters:
- f- the file
- Returns:
- true
 
- 
getDescriptionThe description of this filter. For example: "JPG and GIF Images"- Specified by:
- getDescriptionin class- FileFilter
- Returns:
- the description of this filter
- See Also:
 
 
-