:: com :: sun :: star :: ui :: dialogs ::

interface XFilePicker3
Base Interfaces
XFilePicker3XFilePicker
┃ ┗ XExecutableDialogXFilePickerNotifierXFilterManagerXFilePreviewXFilterGroupManager
┣ ::com::sun::star::util::XCancellable
┗ ::com::sun::star::lang::XComponent

XFilePicker
(referenced interface's summary:)
Specifies an interface for a FilePicker
XFilePickerNotifier
Description
Provides the ability to request notifications about changes.
XFilterManager
Description
Provides the ability to add different filter, query for the current filters and set a current filter
XFilePreview
Usage Restrictions
optional
Description
Provides the ability to show a preview of a selected file
XFilterGroupManager
Description
An interface which allows manipulation of groups of filters
::com::sun::star::util::XCancellable
Description
For canceling a running dialog instance.

This may be useful for automatic test tools for instance.

::com::sun::star::lang::XComponent
Description
For shutdown and listener support.
Description
Provides unified interface for FilePicker service.
Since
LibreOffice 4.1

Top of Page