setName

open fun setName(name: String? = null)

Sets a human-readable name of the filter.

This is the string that will be displayed in the file chooser if there is a selectable list of filters.

Parameters

name

the human-readable-name for the filter, or null to remove any existing name.