filterSpecification property

Map<String, String> filterSpecification
getter/setter pair

The filter for the file types shown.

When using the Open dialog, the file types declared here are used to filter the view. When using the Save dialog, these values determine which file name extension is appended to the file name.

The first value is the "friendly" name which is shown to the user (e.g. JPEG Files); the second value is a filter, which may be a semicolon- separated list (for example *.jpg;*.jpeg).

Implementation

Map<String, String> filterSpecification = {};