Java javax.swing.filechooser FileFilter fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.filechooser FileFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.filechooser FileFilter.

The text is from its open source code.

Subclass

javax.swing.filechooser.FileFilter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

booleanaccept(File f)
Whether the given file is accepted by this filter.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringgetDescription()
The description of this filter.