Interface FileAssociationsHandle

All Superinterfaces:
FormComponentHandle

public interface FileAssociationsHandle extends FormComponentHandle
Handle for the "File associations selector" form component. The widget is a checklist whose entries correspond to the CreateFileAssociationActions reachable from this screen. The extensions in this catalog are platform-filtered, Unix actions on Linux and macOS, Windows actions on Windows, and require an InstallFilesAction downstream of the screen. Without those preconditions the form component renders zero checkboxes and getExtensions() returns the empty list.

Reach this handle via ScreenHandle.fileAssociations().