protected class

BasicFileChooserUI.AcceptAllFileFilter

extends FileFilter
java.lang.Object
   ↳ javax.swing.filechooser.FileFilter
     ↳ javax.swing.plaf.basic.BasicFileChooserUI.AcceptAllFileFilter

Summary

Public Constructors
BasicFileChooserUI.AcceptAllFileFilter()
Public Methods
boolean accept(File f)
Whether the given file is accepted by this filter.
String getDescription()
The description of this filter.
[Expand]
Inherited Methods
From class javax.swing.filechooser.FileFilter
From class java.lang.Object

Public Constructors

public BasicFileChooserUI.AcceptAllFileFilter ()

Public Methods

public boolean accept (File f)

Whether the given file is accepted by this filter.

public String getDescription ()

The description of this filter. For example: "JPG and GIF Images"