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

service FilePicker

Exported Interfaces
::com::sun::star::ui::dialogs::XFilePicker
Description
Provides access to the basic FilePicker functionality.
::com::sun::star::ui::dialogs::XFilePickerNotifier
Description
Provides the ability to request notifications about changes.
::com::sun::star::ui::dialogs::XFilterManager
Description
Provides the ability to add different filter, query for the current filters and set a current filter
::com::sun::star::ui::dialogs::XFilePreview
Usage Restrictions
optional
Description
Provides the ability to show a preview of a selected file
::com::sun::star::ui::dialogs::XFilePickerControlAccess
Usage Restrictions
deprecated
optional
Description
Provides the ability manage additional controls (checkboxes, listboxes etc.) offered by an extended FilePicker, these controls extend the subset of common controls that a FilePicker usually supports.
See also
::com::sun::star::ui::dialogs::CommonFilePickerElementIds
See also
::com::sun::star::ui::dialogs::ExtendedFilePickerElementIds
::com::sun::star::ui::dialogs::XFilterGroupManager
Usage Restrictions
optional
Description
An interface which allows manipulation of groups of filters
::com::sun::star::lang::XInitialization
Usage Restrictions
optional
Description
Provides the ability to choose between different custom templates that do extend the subset of common controls a FilePicker usually supports. Implementers may omit this interface if the FileOpen dialog doesn't support custom templates. In this case a createInstance will create an ordinary FileOpen dialog with only the common FilePicker elements. The client has to provide one of the specified constants in TemplateDescription.

Notes for the implementation of a FileSave dialog: The implementation of a FileSave dialog should automatically check for existens of a file and issue a warning if a file with the same name already exist.

See also
::com::sun::star::ui::dialogs::TemplateDescription
::com::sun::star::util::XCancellable
Usage Restrictions
optional
Description
For canceling a running dialog instance.

This may be usefull for automatic test tools for instance.

::com::sun::star::lang::XComponent
Description
For shutdown and listener support.
::com::sun::star::lang::XServiceInfo
Description
Service should always support this interface.
::com::sun::star::lang::XTypeProvider
Description
Service should always support this interface.
Properties' Summary
string
HelpURL
[ OPTIONAL ]
Allows to associate a help URL with the file picker instance.  
Properties' Details
HelpURL
string HelpURL;
Usage Restrictions
optional
Description
Allows to associate a help URL with the file picker instance.

 
Top of Page