service FolderPicker in module com::sun::star::ui::dialogs::

(Global Index)

Syntax

service FolderPicker;

Description

A FolderPicker service.

Exported Interfaces

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

Description

Provides the ability to execute a FolderPicker dialog and browse for and select folders.


com::sun::star::lang::XServiceInfo

Description

Service should always support this interface.


com::sun::star::lang::XTypeProvider

Description

Service should always support this interface.


com::sun::star::util::XCancellable [ OPTIONAL ]

Description

For canceling a running dialog instance.

This may be usefull for automatic test tools for instance.


Top of Page