Package com.io7m.jwheatsheaf.ui.internal
Class JWFileChooserFilterAllFiles
java.lang.Object
com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterAllFiles
- All Implemented Interfaces:
JWFileChooserFilterType
A filter that trivially accepts all files.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JWFileChooserFilterTypeCreate a file chooser filter that accepts all files.boolean
-
Method Details
-
create
Create a file chooser filter that accepts all files.- Parameters:
strings- The string resource provider- Returns:
- A file filter
-
description
- Specified by:
descriptionin interfaceJWFileChooserFilterType- Returns:
- The filter description
-
isAllowed
- Specified by:
isAllowedin interfaceJWFileChooserFilterType- Parameters:
path- The input file- Returns:
trueif the file should appear in listings
-