JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.codename1.io
Interface File.FileFilter
Enclosing class:
File
public static interface
File.FileFilter
Interface for filtering files.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
accept
(
File
f)
Returns true if the file should be included in results.
Method Detail
accept
boolean accept(
File
f)
Returns true if the file should be included in results.
Parameters:
f
- The file to check
Returns:
True to include. False to not include in results.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method