Package thinletcommons
Interface FileFilter
- All Known Implementing Classes:
ExtensionFileFilter
public interface FileFilter
A file filter for
FileChooser.- Author:
- Dirk Moebius
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the given file is accepted by this filter.A human readable description of this file filter.
-
Method Details
-
accept
Whether the given file is accepted by this filter. -
getDescription
String getDescription()A human readable description of this file filter.
-