Package com.io7m.jwheatsheaf.api
Interface JWFileChooserFilterType
-
- All Known Implementing Classes:
JWFileChooserFilterAllFiles,JWFileChooserFilterOnlyDirectories
public interface JWFileChooserFilterTypeThe type of file filters. A filter consists of a humanly-readable description which is displayed in the file chooser UI, and a functionisAllowed(Path)that returnstrueif the file should appear in listings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdescription()booleanisAllowed(java.nio.file.Path path)
-