Class BasicFileChooserUI.AcceptAllFileFilter

Enclosing class:
BasicFileChooserUI
protected class BasicFileChooserUI.AcceptAllFileFilter
extends FileFilter

Accept all file filter.

Constructor Summary

Constructors
Constructor Description
AcceptAllFileFilter()

Constructs an AcceptAllFileFilter.

Method Summary

All Methods Instance Methods Concrete Methods
Modifier and Type Method Description
boolean accept​(File f)

Returns true.

Methods declared in class javax.swing.filechooser.FileFilter

getDescription

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

AcceptAllFileFilter

public AcceptAllFileFilter()

Constructs an AcceptAllFileFilter.

Method Detail

accept

public boolean accept​(File f)

Returns true.

Specified by:
accept in class FileFilter
Parameters:
f - the file
Returns:
true