Eclipse
IntelliJ
NetBeans
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Java SE, Sun OpenJDK7.b12
Package:
java.io
Interface
public
interface
FilenameFilter
Overview
Inheritance
Members
Usage
Source
Books
Since
JDK1.0
Version
1.30, 05/05/07
Author(s)
Arthur van Hoff, Jonathan Payne
Instances of classes that implement this interface are used to filter filenames. These instances are used to filter directory listings in the
list
method of class
File
, and by the Abstract Window Toolkit's file dialog component.
See also
setFilenameFilter(FilenameFilter)
File
list(FilenameFilter)
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
listmethod of classFile, and by the Abstract Window Toolkit's file dialog component.